mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-01 04:32:09 +01:00
exclude dc options from config
This commit is contained in:
parent
27e16f48dc
commit
3eb636e8e3
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ async def track_mtproto_configs():
|
||||||
|
|
||||||
configs['GetConfig'].date = 0
|
configs['GetConfig'].date = 0
|
||||||
configs['GetConfig'].expires = 0
|
configs['GetConfig'].expires = 0
|
||||||
|
configs['GetConfig'].dc_options = []
|
||||||
|
|
||||||
output_dir_name = 'telegram-mtproto'
|
output_dir_name = 'telegram-mtproto'
|
||||||
for file, content in configs.items():
|
for file, content in configs.items():
|
||||||
|
|
Loading…
Reference in a new issue