You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also can't see why this is being written twice. I have removed the initial json.dump and tested but could not find any sort of errors when running. I'm not sure if this was intended to be removed once the capability of writing in a thread was introduced.
In the pickledb.py dump function(code line 90), the json.dump() func dumps data the first time, then the dthread dumps data second time.
It seems a little confusing. Is that a bug or does anybody know why?
The text was updated successfully, but these errors were encountered: