bugfixes due to threading

This commit is contained in:
Remy Moll
2021-08-22 13:43:13 +02:00
parent b457999d3d
commit a86ac99f7d
6 changed files with 21 additions and 13 deletions

View File

@@ -4,6 +4,14 @@ import numpy as np
from threading import Thread
import logging
log = logging.getLogger('werkzeug')
log.setLevel(logging.ERROR)
# hide the info-messages of each GET-request
class BroadcastUpdates:
"""Broadcasts (out) updates for the hw-handler to be fetched periodically"""