From 059bdf16499dbf8bc8b7459426a72a82f75e23ca Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 22 Jun 2024 13:31:18 +0200 Subject: [PATCH] Bugfix from code cosmetics --- cps/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/main.py b/cps/main.py index b868f4e5..6afb18af 100644 --- a/cps/main.py +++ b/cps/main.py @@ -49,7 +49,7 @@ def main(): kobo_available = get_kobo_activated() except (ImportError, AttributeError): # Catch also error for not installed flask-WTF (missing csrf decorator) kobo_available = False - kobo, kobo_auth,get_remote_address = None + kobo = kobo_auth = get_remote_address = None try: from .oauth_bb import oauth