mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-08-11 09:16:23 -04:00
Remove trailing whitespace
This commit is contained in:
parent
72e5a227c8
commit
863cbb2b8d
@ -158,7 +158,7 @@ def before_request_func():
|
|||||||
try:
|
try:
|
||||||
bang_json = json.load(open(app.config['BANG_FILE']))
|
bang_json = json.load(open(app.config['BANG_FILE']))
|
||||||
except json.decoder.JSONDecodeError:
|
except json.decoder.JSONDecodeError:
|
||||||
# Ignore decoding error, can occur if file is still
|
# Ignore decoding error, can occur if file is still
|
||||||
# being written
|
# being written
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user