Remove random 'f' from auto_reply.py example

This commit is contained in:
Tanuj 2017-10-01 11:57:20 +01:00 committed by Lonami
parent 9445d2ba53
commit 0a4a898c49

View File

@ -84,7 +84,7 @@ class NeedsMore(TelegramClient):
message=msg.message.replace('.shrug','¯\_(ツ)_/¯'))) message=msg.message.replace('.shrug','¯\_(ツ)_/¯')))
sleep(1) sleep(1)
f for trigger in triggers: for trigger in triggers:
msg = trigger[1] msg = trigger[1]
chan = InputPeerChannel(msg.to_id.channel_id,CHANNELS[msg.to_id.channel_id]) chan = InputPeerChannel(msg.to_id.channel_id,CHANNELS[msg.to_id.channel_id])
log_chat = InputPeerUser(user_id=123456789,access_hash=987654321234567890) log_chat = InputPeerUser(user_id=123456789,access_hash=987654321234567890)