mirror of
https://gitea.phreedom.club/localhost_frssoft/FMN_bot.git
synced 2025-06-21 10:24:16 +00:00
Fix counter (?)
This commit is contained in:
parent
725df056ed
commit
3ec64dc934
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import time
|
||||||
|
|
||||||
|
|
||||||
def text_create_poll():
|
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 объявляю открытым!
|
text_poll = f'''Друзья, {count_poll} голосование за следующий Fediverse Movie Night объявляю открытым!
|
||||||
|
|
||||||
Ставки сделаны, ставок больше нет
|
Ставки сделаны, ставок больше нет
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue