anubhav77 commited on
Commit
aa80203
·
1 Parent(s): 88a42ac
Files changed (1) hide show
  1. src/baseInfra/dropbox_handler.py +1 -1
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('src/logging_config.yaml', 'rt') as f:
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