From 60c4c000b6307c94dfd70d1f607862e2824668ea Mon Sep 17 00:00:00 2001 From: Tanuj Date: Sun, 1 Oct 2017 11:54:00 +0100 Subject: [PATCH] Remove extraneous 'f' --- telethon_examples/auto_reply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon_examples/auto_reply.py b/telethon_examples/auto_reply.py index 67b5d841..2af7d8ca 100755 --- a/telethon_examples/auto_reply.py +++ b/telethon_examples/auto_reply.py @@ -84,7 +84,7 @@ class NeedsMore(TelegramClient): message=msg.message.replace('.shrug','¯\_(ツ)_/¯'))) sleep(1) -f for trigger in triggers: + for trigger in triggers: msg = trigger[1] chan = InputPeerChannel(msg.to_id.channel_id,CHANNELS[msg.to_id.channel_id]) log_chat = InputPeerUser(user_id=123456789,access_hash=987654321234567890)