minor comment removal
This commit is contained in:
2
bot.py
2
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user