From d6fc38504ac5680af56fa3ebc53e1b36264ff52b Mon Sep 17 00:00:00 2001 From: Cathy Hu Date: Fri, 11 Sep 2020 12:48:18 +0200 Subject: [PATCH] [core] Reformat --- kibicara/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibicara/config.py b/kibicara/config.py index a5c530f..e3f674f 100644 --- a/kibicara/config.py +++ b/kibicara/config.py @@ -24,7 +24,7 @@ from sys import argv config = { 'database_connection': 'sqlite:////tmp/kibicara.sqlite', - 'frontend_url': 'http://127.0.0.1:4200', # dev default + 'frontend_url': 'http://127.0.0.1:4200', # dev default 'behind_proxy': False, # production params 'frontend_path': None,