File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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
126125def 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))
You can’t perform that action at this time.
0 commit comments