Samka1u commited on
Commit
3fd1e8f
·
verified ·
1 Parent(s): 9549af4

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -1,6 +1,6 @@
1
  class PATHS:
2
  # get temp path from env
3
- TEMP_PATH = os.getenv('Temp')
4
 
5
  TABLE_NAME = "agent_table"
6
 
 
1
  class PATHS:
2
  # get temp path from env
3
+ TEMP_PATH = "/home/user/app/"
4
 
5
  TABLE_NAME = "agent_table"
6