Skip to content

Commit 7f15d41

Browse files
authored
Update voting.py
Commented unfinished stuff
1 parent 2747dc8 commit 7f15d41

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/pycamp_bot/commands/voting.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,8 @@ async def end_voting(update, context):
118118
await update.message.reply_text("Selección cerrada")
119119
await msg_to_active_pycamp_chat(context.bot, "La selección de proyectos ha finalizado.")
120120

121-
def vote_count(update, context):
122-
import pdb; pdb.set_trace()
123-
Vote.sele .select().count()
121+
#def vote_count(update, context):
122+
124123

125124

126125
def set_handlers(application):
@@ -132,5 +131,5 @@ def set_handlers(application):
132131
CommandHandler('votar', vote))
133132
application.add_handler(
134133
CommandHandler('terminar_votacion_proyectos', end_voting))
135-
application.add_handler(
136-
CommandHandler('contar_votos', vote_count))
134+
# application.add_handler(
135+
# CommandHandler('contar_votos', vote_count))

0 commit comments

Comments
 (0)