From 4df8e7a69557b7c190a79646d9a302845d8b0d02 Mon Sep 17 00:00:00 2001 From: CrafterPika Date: Sat, 26 Oct 2024 14:20:57 +0200 Subject: [PATCH] this is totally unnecessary, let's remove it --- app.py | 2 +- config.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app.py b/app.py index 7bc21cf..16d06c0 100644 --- a/app.py +++ b/app.py @@ -56,7 +56,7 @@ def index(): uploadIndex="" for upload in uploads: upload_time = datetime.fromtimestamp(upload[1]) - uploadIndex+="ID: {} -- Uploaded at {}!
".format(config["domain"], upload[0], upload[0], upload_time) + uploadIndex+="ID: {} -- Uploaded at {}!
".format(upload[0], upload[0], upload_time) return render_template("index.html", uploadIndex=uploadIndex, report_count=report_count[0][0]), 200 diff --git a/config.json b/config.json index 68a133d..a82bc0d 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,5 @@ { "ip": "0.0.0.0", - "domain": "syscheck.crafterpika.cc", "port": "6969", "upload_passwords": [ "d2wRuTEObSAN",