From 0a4a898c49f826a70486b33b08a24530a33dcae5 Mon Sep 17 00:00:00 2001 From: Tanuj Date: Sun, 1 Oct 2017 11:57:20 +0100 Subject: [PATCH] Remove random 'f' from auto_reply.py example --- 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)