thrag commited on
Commit
297e703
·
1 Parent(s): 492deae
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,9 +1,11 @@
1
  # %%
2
 
3
- print(TEST_SECRET)
4
  import os
5
  import json
6
 
 
 
 
7
  pathToSettings = '../../env/ai.json'
8
  if os.path.exists(pathToSettings):
9
  # Load setting from Json outside of project.
 
1
  # %%
2
 
 
3
  import os
4
  import json
5
 
6
+ print('here I am')
7
+ print(os.environ['TEST_SECRET'])
8
+
9
  pathToSettings = '../../env/ai.json'
10
  if os.path.exists(pathToSettings):
11
  # Load setting from Json outside of project.