Spaces:
Runtime error
Runtime error
v0.1.2
Browse files
src/baseInfra/dropbox_handler.py
CHANGED
@@ -8,7 +8,7 @@ import sys,os,yaml
|
|
8 |
import baseInfra.firebase_handler as fbh
|
9 |
|
10 |
# Load the config file
|
11 |
-
with open('
|
12 |
config = yaml.safe_load(f.read())
|
13 |
logging.config.dictConfig(config)
|
14 |
|
|
|
8 |
import baseInfra.firebase_handler as fbh
|
9 |
|
10 |
# Load the config file
|
11 |
+
with open('logging_config.yaml', 'rt') as f:
|
12 |
config = yaml.safe_load(f.read())
|
13 |
logging.config.dictConfig(config)
|
14 |
|