mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-02 11:10:18 +03:00
Update telethon_examples/payment.py
This commit is contained in:
parent
7743073bac
commit
296fbf16ae
|
@ -178,6 +178,6 @@ async def main():
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if not provider_token:
|
if not provider_token:
|
||||||
logger.log(logging.WARNING, "No provider token supplied.")
|
logger.error("No provider token supplied.")
|
||||||
exit(1)
|
exit(1)
|
||||||
loop.run_until_complete(main())
|
loop.run_until_complete(main())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user