remove print
This commit is contained in:
parent
68b6b9e401
commit
1e3a4cb6b1
|
@ -118,7 +118,6 @@ def gen_query(query, args, config, near_city=None) -> str:
|
||||||
# 'chips' is used in image tabs to pass the optional 'filter' to add to the
|
# 'chips' is used in image tabs to pass the optional 'filter' to add to the
|
||||||
# given search term
|
# given search term
|
||||||
if 'chips' in args:
|
if 'chips' in args:
|
||||||
print(args.get('chips'))
|
|
||||||
param_dict['chips'] = '&chips=' + args.get('chips')
|
param_dict['chips'] = '&chips=' + args.get('chips')
|
||||||
|
|
||||||
param_dict['cr'] = ('&cr=' + config.ctry) if config.ctry else ''
|
param_dict['cr'] = ('&cr=' + config.ctry) if config.ctry else ''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user