From d8f8ed36de4ed78e7a5b63aff021c600ce178d49 Mon Sep 17 00:00:00 2001 From: Untriex Programming <48880229+UntriexTv@users.noreply.github.com> Date: Sun, 9 May 2021 20:45:00 +0200 Subject: [PATCH] Update main.py --- server/main.py | 2 -- 1 file changed, 2 deletions(-) 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 = ["*", ]