Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wbsetentity no more used #6

Open
thieol opened this issue Dec 19, 2012 · 0 comments
Open

wbsetentity no more used #6

thieol opened this issue Dec 19, 2012 · 0 comments

Comments

@thieol
Copy link

thieol commented Dec 19, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant