mirror of
https://gitea.phreedom.club/localhost_frssoft/FMN_bot
synced 2024-11-01 00:59:19 +02:00
Fix counter (?)
This commit is contained in:
parent
725df056ed
commit
3ec64dc934
|
@ -7,7 +7,7 @@ import time
|
|||
|
||||
|
||||
def text_create_poll():
|
||||
count_poll = get_count_all_watched_movies()
|
||||
count_poll = get_count_all_watched_movies() + 1
|
||||
text_poll = f'''Друзья, {count_poll} голосование за следующий Fediverse Movie Night объявляю открытым!
|
||||
|
||||
Ставки сделаны, ставок больше нет
|
||||
|
|
Loading…
Reference in New Issue