mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-15 13:22:43 +01:00
delete test prefix
This commit is contained in:
parent
0afa3e61e6
commit
b9de86635c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ async def main():
|
|||
|
||||
changes[file['status']].append(f'{status} <code>{changed_url}</code>')
|
||||
|
||||
alert_text = f'[TEST] <b>New changes on Telegram sites</b>\n'
|
||||
alert_text = f'<b>New changes on Telegram sites</b>\n'
|
||||
|
||||
for i, [status, text_list] in enumerate(changes.items()):
|
||||
alert_text += '\n'.join(text_list[:ROW_PER_STATUS]) + '\n'
|
||||
|
|
Loading…
Add table
Reference in a new issue