This commit is contained in:
Evgeny Zinoviev 2021-06-06 00:41:32 +03:00
parent 80deea3930
commit 48b851d7ad

View File

@ -59,7 +59,7 @@ class Results:
return len(self.warnings) > 0
def notify(self, chat_id=None, token=None):
text = '<b>❗️ Attention!</b>\n\n'
text = '<b>❗️Attention!</b>\n\n'
text += '\n'.join(self.warnings)
telegram_notify(text, parse_mode='html', chat_id=chat_id, token=token)