Skip to content

Commit

Permalink
Fix reset of change token
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Carel committed Mar 30, 2015
1 parent 39b1d81 commit 1ba618d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyonedrive/py_onedrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def get_view_changes_generator(self, drive, change_token=None):
if '@changes.resync' in response:
# server is not able to provide delta.
# => Force full synchronization
params = None
params = {}
continue
params['token'] = response['@changes.token']
if not response.get("@changes.hasMoreChanges", False):
Expand Down

0 comments on commit 1ba618d

Please sign in to comment.