Jun 29 - Update app name, and documents

This commit is contained in:
2026-06-29 16:51:40 -04:00
parent 26ae7c0cb7
commit 176e19213c
32 changed files with 156 additions and 261 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ _formatter = logging.Formatter("%(asctime)s [%(levelname)s] %(name)s - %(message
_stream_handler = logging.StreamHandler(stream=sys.stdout)
_stream_handler.setFormatter(_formatter)
APP_TITLE = "Website Checker"
APP_TITLE = "Bid Checker"
APP_VERSION = "1.0.0"