ob-ipython icon indicating copy to clipboard operation
ob-ipython copied to clipboard

setDaemon deprecated in client.py

Open dinojr opened this issue 2 years ago • 0 comments

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

This change fixes it.

dinojr avatar Sep 07 '22 10:09 dinojr