Update main.py

This commit is contained in:
Untriex Programming 2021-05-09 20:47:51 +02:00 committed by GitHub
parent 34f46b5ab9
commit 359e3c9985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,8 +59,6 @@ IP = get_my_ip()
ID = filesystem["ID"]
location = filesystem["location"]
time_to_save = settings["time_to_save"]
settings["location"]
settings["ID"]
app = FastAPI() # init of FastAPI
origins = ["*", ]