WidiData API changed a few days ago :
wbsetentity has to be changed by wbeditentity
in apy.py function save
def save(self, items, comment=None):
"""Saves a list of items or a single item, with an optional second para$
if type(items) != list:
items = [items]
for item in items:
params = {"action":"wbeditentity"} <=======
Regards
Olivier
WidiData API changed a few days ago :
wbsetentity has to be changed by wbeditentity
in apy.py function save
def save(self, items, comment=None):
"""Saves a list of items or a single item, with an optional second para$
if type(items) != list:
items = [items]
for item in items:
params = {"action":"wbeditentity"} <=======
Regards
Olivier