Update main.py

This commit is contained in:
Untriex Programming 2021-05-09 20:45:00 +02:00 committed by GitHub
parent 865efd43e3
commit d8f8ed36de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,8 +58,6 @@ 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 = ["*", ]