Skip to content

wbsetentity no more used #6

@thieol

Description

@thieol

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions