From 8971a8fef3e57a9bf5129efa936932d276d212e7 Mon Sep 17 00:00:00 2001 From: dkashkarev Date: Tue, 16 Jan 2024 23:34:14 +0800 Subject: [PATCH] fix name, sorry --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index f2a6a599..f38b4ef0 100644 --- a/constants.py +++ b/constants.py @@ -1,6 +1,6 @@ from helpers import secrets, socket -APP_NAME = "OperCat" # NAME OF THE FLASK APP. +APP_NAME = "flaskblog" # NAME OF THE FLASK APP. APP_ROOT_PATH = "." # THE PATH TO THE ROOT OF THE APP FILES. APP_HOST = "localhost" APP_PORT = 8080 # FLASK APP'S HOST/PORT.