Spaces:
Running
on
Zero
Running
on
Zero
tes
Browse files
controllers/gpt_enginner20240619072345
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit d2ba749ffc7a693ddcc4fbf126d013f48cbd0aee
|
mysite/appsheet/appsheet.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import requests
|
2 |
import json
|
3 |
-
|
4 |
# current_user: User = Depends(get_current_active_user)):
|
5 |
# oauth2_scheme = OAuth2PasswordBearer(tokenUrl="/token")
|
6 |
# current_user: User = Depends(get_current_active_user)):
|
@@ -44,3 +44,5 @@ def get_senario(id,res):
|
|
44 |
#return res
|
45 |
|
46 |
#print(response.json())
|
|
|
|
|
|
1 |
import requests
|
2 |
import json
|
3 |
+
import os
|
4 |
# current_user: User = Depends(get_current_active_user)):
|
5 |
# oauth2_scheme = OAuth2PasswordBearer(tokenUrl="/token")
|
6 |
# current_user: User = Depends(get_current_active_user)):
|
|
|
44 |
#return res
|
45 |
|
46 |
#print(response.json())
|
47 |
+
if __name__ == "__main__":
|
48 |
+
get_senario("test","test")
|