From 359e3c9985e64cea3e638dd8ddd83f6560a67a2d Mon Sep 17 00:00:00 2001 From: Untriex Programming <48880229+UntriexTv@users.noreply.github.com> Date: Sun, 9 May 2021 20:47:51 +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 a94c603..eceaa69 100644 --- a/server/main.py +++ b/server/main.py @@ -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 = ["*", ]