Open dinojr opened 2 years ago
The syntax for the daemon option of threading.Thread has changed in recent python3 versions, causing an error message each time create_client is called, which messes up the json data. This shows up as a JSON readtable error: 47
threading.Thread
create_client is called
JSON readtable error: 47
This change fixes it.
The syntax for the daemon option of
threading.Thread
has changed in recent python3 versions, causing an error message each timecreate_client is called
, which messes up the json data. This shows up as aJSON readtable error: 47
This change fixes it.