Spaces:
Sleeping
Sleeping
Update actions/actions.py
Browse files- actions/actions.py +3 -0
actions/actions.py
CHANGED
@@ -17,6 +17,9 @@ import openai
|
|
17 |
#actions_path = os.path.abspath("/actions")
|
18 |
#sys.path.insert(0, actions_path)
|
19 |
|
|
|
|
|
|
|
20 |
# Import search_content.py from /actions folder
|
21 |
from search_content import main_search
|
22 |
|
|
|
17 |
#actions_path = os.path.abspath("/actions")
|
18 |
#sys.path.insert(0, actions_path)
|
19 |
|
20 |
+
for path in sys.path:
|
21 |
+
print(path)
|
22 |
+
|
23 |
# Import search_content.py from /actions folder
|
24 |
from search_content import main_search
|
25 |
|