diff --git a/server/main.py b/server/main.py index 743d05d..8458023 100644 --- a/server/main.py +++ b/server/main.py @@ -58,8 +58,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 = ["*", ]