ASesYusuf1 commited on
Commit
f8952ba
·
verified ·
1 Parent(s): b6936b6

Update config_manager.py

Browse files
Files changed (1) hide show
  1. config_manager.py +1 -1
config_manager.py CHANGED
@@ -3,7 +3,7 @@ import json
3
  from pathlib import Path
4
 
5
  # Define config directory in Google Drive
6
- CONFIG_DIR = "/temp/SESA-Config"
7
  CONFIG_FILE = os.path.join(CONFIG_DIR, "config.json")
8
 
9
  def load_config():
 
3
  from pathlib import Path
4
 
5
  # Define config directory in Google Drive
6
+ CONFIG_DIR = "/home/user/app/SESA-Config"
7
  CONFIG_FILE = os.path.join(CONFIG_DIR, "config.json")
8
 
9
  def load_config():