diff service/main.py @ 491:203755bbe0fe

massive refactoring from camelCase -> snake_case. See backend commit log for more details
author Goffi <goffi@goffi.org>
date Sat, 08 Apr 2023 13:44:32 +0200
parents bbf992b0be0d
children b3cedbee561d
line wrap: on
line diff
--- a/service/main.py	Sat Apr 08 13:34:55 2023 +0200
+++ b/service/main.py	Sat Apr 08 13:44:32 2023 +0200
@@ -24,7 +24,7 @@
 from sat.core.constants import Const as C
 from sat.core import log_config
 # SàT log conf must be done before calling Kivy
-log_config.satConfigure(C.LOG_BACKEND_STANDARD, C)
+log_config.sat_configure(C.LOG_BACKEND_STANDARD, C)
 # if this module is called, we should be on android,
 # but just in case...
 from kivy import utils as kivy_utils