hotfix for data handler

forgot numpy import...Ooops
This commit is contained in:
dj2ls 2022-03-11 21:52:44 +01:00
parent cc46b13982
commit 52a7714fd3

View file

@ -21,7 +21,7 @@ import queue
import sock
import uuid
import base64
import numpy as np
TESTMODE = False