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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: