From 2bceb9c0330555d3889a752458d9885bc87fb28d Mon Sep 17 00:00:00 2001 From: likewhoa Date: Sun, 14 Jan 2024 20:10:16 -0500 Subject: [PATCH] minor --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index d4b817d..7f7bbd4 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 attachment + # Process attachments if message.media is not None: os.makedirs('usermedia', exist_ok=True)