Use single quotes

This commit is contained in:
Lonami Exo 2018-02-27 10:03:01 +01:00
parent ed52a26064
commit 2b847f5ad9

View File

@ -1281,7 +1281,7 @@ class TelegramClient(TelegramBareClient):
def send_voice_note(self, *args, **kwargs):
"""Wrapper method around .send_file() with is_voice_note=True"""
kwargs["is_voice_note"] = True
kwargs['is_voice_note'] = True
return self.send_file(*args, **kwargs)
def _send_album(self, entity, files, caption=None,