fixed an ophined else statement

This commit is contained in:
James Scott 2012-12-16 19:59:37 -05:00
parent 87d61addf7
commit e2b0f4c3fe
1 changed files with 0 additions and 2 deletions

View File

@ -349,8 +349,6 @@ class Cah(callbacks.Plugin):
except KeyError:
game.votes[vote - 1] = 1
irc.reply("vote cast")
else:
irc.reply("Now is not the time to vote.")
except ValueError:
irc.reply("I need a value between 1 and %s" % len(game.cardsPlayed))
else: