From b2330e3457abb2671ac46738c999b8c7432e0200 Mon Sep 17 00:00:00 2001 From: syn Date: Wed, 10 Mar 2021 13:50:14 +0300 Subject: black --- back/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'back/config.py') diff --git a/back/config.py b/back/config.py index 9c5b6fd..367e24f 100644 --- a/back/config.py +++ b/back/config.py @@ -4,11 +4,11 @@ import sys modpath = __file__ # Turn pyc files into py files if we can -if modpath.endswith('.pyc') and os.path.exists(modpath[:-1]): +if modpath.endswith(".pyc") and os.path.exists(modpath[:-1]): modpath = modpath[:-1] # Sort out symlinks APP_DIR = os.path.realpath(os.path.dirname(modpath)) -REDIS_HOST = 'localhost' +REDIS_HOST = "localhost" debug = True -- cgit v1.2.1-18-gbd029