Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
set_persistent_state is global
Browse files Browse the repository at this point in the history
  • Loading branch information
dlo9 committed Jul 27, 2019
1 parent 5d951e0 commit dd95a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pocket.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class Pocket(BasicNewsRecipe):
'''.format(request_token, self.redirect_uri))

def reauthorize(self):
self.set_persistent_state(None)
set_persistent_state(None)
self.ensure_authorization(self.browser)

def ensure_authorization(self, browser):
Expand Down

0 comments on commit dd95a96

Please sign in to comment.