debug back on by default

This commit is contained in:
2021-01-21 15:18:27 +11:00
parent 4cf1613949
commit 586c8e8edf

View File

@@ -34,7 +34,7 @@ import cv2
import socket
import threading
DEBUG=0
DEBUG=1
# an Manager, which the Session will use for connection resources
some_engine = create_engine(DB_URL)