Remove extraneous 'f'

This commit is contained in:
Tanuj 2017-10-01 11:54:00 +01:00
parent a6e295da65
commit 60c4c000b6

View File

@ -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)