mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-22 07:19:34 +01:00
replace dynamic value with placeholder
This commit is contained in:
parent
9b1fd99e49
commit
09f7ebd545
1 changed files with 2 additions and 0 deletions
|
@ -516,6 +516,8 @@ async def _fetch_and_track_mtproto(app, output_dir):
|
|||
configs['GetAppConfig'].hash = 'crawler'
|
||||
|
||||
keys_to_hide = {'access_hash', 'autologin_token', 'file_reference', 'file_reference_base64', 'pending_suggestions'}
|
||||
if app.test_mode:
|
||||
keys_to_hide.add('dialog_filters_tooltip')
|
||||
|
||||
def rem_rec(config):
|
||||
if not isinstance(config, dict):
|
||||
|
|
Loading…
Reference in a new issue