Skip to content

Commit 62fabaa

Browse files
authored
Removing debug restart message
1 parent e28e1f2 commit 62fabaa

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tg_bot/__main__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -603,15 +603,6 @@ def main():
603603

604604
# dispatcher.add_error_handler(error_callback)
605605

606-
# Restarting bot message
607-
608-
if DEFAULT_CHAT_ID:
609-
dispatcher.bot.sendMessage(
610-
chat_id=int(DEFAULT_CHAT_ID),
611-
text="Sistema *riavviato*.\nVersione: {}".format(str(VERSION)),
612-
parse_mode=ParseMode.MARKDOWN,
613-
)
614-
615606
# add antiflood processor
616607
Dispatcher.process_update = process_update
617608

0 commit comments

Comments
 (0)