mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +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'].expires = 0
|
||||
configs['GetConfig'].dc_options = []
|
||||
|
||||
output_dir_name = 'telegram-mtproto'
|
||||
for file, content in configs.items():
|
||||
|
|
Loading…
Reference in a new issue