Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Fix wrong call methon in uploads.py #52

Closed
wants to merge 2 commits into from
Closed

Conversation

kiryushinsa
Copy link

Change
return self.api.get('uploads/get', params=params) on return self.api._get('uploads/get', params=params)
and
return self.api.get('uploads/get', params=params) on return self.api._get('uploads/get', params=params)

@kiryushinsa kiryushinsa changed the base branch from master to scripts February 9, 2019 14:47
Copy link

@armudgal armudgal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

lefcha added a commit that referenced this pull request Apr 18, 2019
@lefcha
Copy link
Contributor

lefcha commented Apr 18, 2019

Closed by 0a3179d.

@lefcha lefcha closed this Apr 18, 2019
@lefcha lefcha mentioned this pull request Apr 18, 2019
Merged
lefcha added a commit that referenced this pull request Apr 19, 2019
* Change API version to be v8.

* Add user_settings manager and relevant API commands.

* Update projects and items API.

* Update and refactor all tests.

* Re-add force_history in item complete.

* Add forgotten projects.move() method.

* Update items.update_date_complete() to accept a "due" parameter.

* Add changelog between v7 and v8.

* Move changes to changelog and change format a bit.

* Remove deprecated "message" parameter

Ref: #44

* Fix wrong call methon in uploads.py

Ref: #52

* Include somehow missed changes to changelog file.
@lefcha lefcha deleted the benchmarks branch December 3, 2019 13:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants