mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-27 00:07:16 +00:00
fix: cleaning ...
This commit is contained in:
parent
79c4b5fa81
commit
f023f41ae5
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ def hashDecoded_page():
|
||||||
type = request.args.get('type')
|
type = request.args.get('type')
|
||||||
encoding = request.args.get('encoding')
|
encoding = request.args.get('encoding')
|
||||||
show_decoded_files = request.args.get('show_decoded_files')
|
show_decoded_files = request.args.get('show_decoded_files')
|
||||||
print(show_decoded_files)
|
|
||||||
|
|
||||||
if type == 'All types':
|
if type == 'All types':
|
||||||
type = None
|
type = None
|
||||||
|
|
Loading…
Reference in a new issue