typo
This commit is contained in:
@@ -153,7 +153,7 @@ class TelegramGateClient(TelegramClient):
|
||||
# message media #
|
||||
if update_obj.message.media:
|
||||
text, oob_url = self._process_media_msg(update_obj.message.media)
|
||||
if oob_url is not None;
|
||||
if oob_url is not None:
|
||||
self.xmpp_send_message(prefix + str(cid), mbody =oob_url, oob_url=oob_url) # send image/media in separate message
|
||||
msg = '{} {}'.format(msg, text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user