We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5782c12 commit 052716eCopy full SHA for 052716e
ufirebase.py
@@ -198,3 +198,5 @@ def addto(PATH, DATA, DUMP=None, bg=True, id=0):
198
_thread.start_new_thread(INTERNAL.addto, [PATH, ujson.dumps(DATA), DUMP, str(id)])
199
else:
200
INTERNAL.addto(PATH, ujson.dumps(DATA), DUMP, str(id))
201
+
202
0 commit comments