pvanand commited on
Commit
5584a7b
·
1 Parent(s): 7555e96

Update actions/actions.py

Browse files
Files changed (1) hide show
  1. 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