From f53451aa5bf0cbf099767204941b30dab25bd6fa Mon Sep 17 00:00:00 2001 From: CrafterPika Date: Sat, 26 Oct 2024 14:27:14 +0200 Subject: [PATCH] oh for fucks sake --- app.py | 2 +- config.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 16d06c0..54d82f6 100644 --- a/app.py +++ b/app.py @@ -158,7 +158,7 @@ def errorhandler(e): if __name__ == "__main__": from waitress import serve - print("syscheck_receiver v1.0.3") + print(f"syscheck_receiver v{config['version']}") # check if sqlite db exist if not make one if not os.path.isfile(db_dir): diff --git a/config.json b/config.json index a82bc0d..84ccebb 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,7 @@ { "ip": "0.0.0.0", "port": "6969", + "version": "1.0.4", "upload_passwords": [ "d2wRuTEObSAN", "B277eNGp789a"