From 82a06046b02c17572aa221f0ed0d54e8b05209e0 Mon Sep 17 00:00:00 2001 From: likewhoa Date: Mon, 1 Jan 2024 21:26:11 -0500 Subject: [PATCH] minor comment removal --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 7f7bbd4..d4b817d 100644 --- a/bot.py +++ b/bot.py @@ -67,7 +67,7 @@ async def _indexer(client, config): async for message in client.iter_messages(input_channel, limit=None, reverse=True, wait_time=10): try: for output_channel in output_channel_entities: - # Process attachments + # Process attachment if message.media is not None: os.makedirs('usermedia', exist_ok=True)