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",