Spaces:
Build error
Build error
Update actions/actions.py
Browse files- actions/actions.py +1 -1
actions/actions.py
CHANGED
@@ -14,7 +14,7 @@ import sys
|
|
14 |
import openai
|
15 |
|
16 |
# Add "/app/actions" to the sys.path
|
17 |
-
actions_path = os.path.abspath("/
|
18 |
sys.path.insert(0, actions_path)
|
19 |
|
20 |
print("-#-System-path-#-")
|
|
|
14 |
import openai
|
15 |
|
16 |
# Add "/app/actions" to the sys.path
|
17 |
+
actions_path = os.path.abspath("/app/actions")
|
18 |
sys.path.insert(0, actions_path)
|
19 |
|
20 |
print("-#-System-path-#-")
|