Skip to content

Commit a6bda95

Browse files
Fix wrong argument name
1 parent 7b99417 commit a6bda95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def data_stored(data):
8888
for index, entry in enumerate(entries):
8989
# Insert tasks into the queue and let them run
9090
pool.queueTask(store_mimedata, args=(entry, index % 2),
91-
callback=data_stored)
91+
taskCallback=data_stored)
9292
if global_error:
9393
print("Error when executing File binary")
9494
break

0 commit comments

Comments
 (0)