Revert "Update main.py"
This reverts commit d8f8ed36de4ed78e7a5b63aff021c600ce178d49.
This commit is contained in:
parent
d8f8ed36de
commit
c68e840706
@ -58,6 +58,8 @@ IP = get_my_ip()
|
|||||||
ID = filesystem["ID"]
|
ID = filesystem["ID"]
|
||||||
location = filesystem["location"]
|
location = filesystem["location"]
|
||||||
time_to_save = settings["time_to_save"]
|
time_to_save = settings["time_to_save"]
|
||||||
|
settings["location"]
|
||||||
|
settings["ID"]
|
||||||
app = FastAPI() # init of FastAPI
|
app = FastAPI() # init of FastAPI
|
||||||
|
|
||||||
origins = ["*", ]
|
origins = ["*", ]
|
||||||
|
Loading…
Reference in New Issue
Block a user