mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-27 18:20:44 +01:00
exclude pending_suggestions from GetAppConfig
This commit is contained in:
parent
1b44989916
commit
1b994f6df3
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ async def _fetch_and_track_mtproto(app, output_dir):
|
|||
configs['GetPremiumPromo'].status_entities = []
|
||||
configs['GetPremiumPromo'].period_options = []
|
||||
|
||||
keys_to_hide = {'access_hash', 'autologin_token', 'file_reference', 'file_reference_base64'}
|
||||
keys_to_hide = {'access_hash', 'autologin_token', 'file_reference', 'file_reference_base64', 'pending_suggestions'}
|
||||
|
||||
def rem_rec(config):
|
||||
if not isinstance(config, dict):
|
||||
|
|
Loading…
Add table
Reference in a new issue