From 863cbb2b8d75cce15463697ea047f3e99939c5d5 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Tue, 25 Jan 2022 12:31:19 -0700 Subject: [PATCH] Remove trailing whitespace --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index 253db21..b8ddb45 100644 --- a/app/routes.py +++ b/app/routes.py @@ -158,7 +158,7 @@ def before_request_func(): try: bang_json = json.load(open(app.config['BANG_FILE'])) except json.decoder.JSONDecodeError: - # Ignore decoding error, can occur if file is still + # Ignore decoding error, can occur if file is still # being written pass