Test shutdown.

This commit is contained in:
yohan 2024-06-07 02:35:03 +02:00
parent c99d73dbc1
commit fa1f7cfd97

View File

@ -389,9 +389,3 @@ t1.start()
xprint('toto2')
gunicorn_app = app
xprint('toto3')
while True:
if stop.is_set():
dbconn.close()
break
time.sleep(0.5)
exit(0)