From 0b30345271b3043d2eebd61adf7a9027e1ea65be Mon Sep 17 00:00:00 2001 From: CrafterPika Date: Sat, 26 Oct 2024 12:09:35 +0200 Subject: [PATCH] umm the git repo changed lol; Brain.exe has stopped working --- app.py | 2 +- templates/index.html | 2 +- templates/view_report.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 8035461..7bc21cf 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.2") + print("syscheck_receiver v1.0.3") # check if sqlite db exist if not make one if not os.path.isfile(db_dir): diff --git a/templates/index.html b/templates/index.html index 7889a62..f6fc904 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@

Enter you're SysCheck report ID here:



- SysCheck server written by CrafterPika! Source Code + SysCheck server written by CrafterPika! Source Code diff --git a/templates/view_report.html b/templates/view_report.html index 92dca47..8ff9eea 100644 --- a/templates/view_report.html +++ b/templates/view_report.html @@ -14,7 +14,7 @@

-

SysCheck server written by CrafterPika! Source Code

+

SysCheck server written by CrafterPika! Source Code

\ No newline at end of file