thejagstudio commited on
Commit
0b5dd8f
·
verified ·
1 Parent(s): cd3cdaa

Update paths.py

Browse files
Files changed (1) hide show
  1. paths.py +3 -3
paths.py CHANGED
@@ -17,9 +17,9 @@ def get_file_name(file_path: str) -> str:
17
 
18
 
19
  def get_app_path() -> str:
20
- app_dir = os.path.dirname(__file__)
21
- work_dir = os.path.dirname(app_dir)
22
- return work_dir
23
 
24
 
25
  def get_configs_path() -> str:
 
17
 
18
 
19
  def get_app_path() -> str:
20
+ #app_dir = os.path.dirname(__file__)
21
+ #work_dir = os.path.dirname(app_dir)
22
+ return "/app/"
23
 
24
 
25
  def get_configs_path() -> str: