add app version for pyro

This commit is contained in:
Il'ya (Marshal) 2022-08-21 10:04:44 +02:00
parent 1b46b07953
commit 9042641cf5

View file

@ -421,6 +421,7 @@ async def track_mtproto_methods():
kw = {
'api_id': int(os.environ['TELEGRAM_API_ID']),
'api_hash': os.environ['TELEGRAM_API_HASH'],
'app_version': '@tgcrawl',
'in_memory': True
}