disable fast web mode

This commit is contained in:
HappyZ 2023-04-30 00:32:58 -07:00
parent 4ba9b8a9a1
commit 06f834a7b2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ from utilities.text2img import Text2Img
app = Flask(__name__)
fast_web_debugging = True
fast_web_debugging = False
memory_lock = Lock()
event_termination = Event()
logger = Logger(name=LOGGER_NAME)