Remove trailing whitespace

main
Ben Busby 2022-01-25 12:31:19 -07:00
parent 72e5a227c8
commit 863cbb2b8d
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1
1 changed files with 1 additions and 1 deletions

View File

@ -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