fix polar
This commit is contained in:
@@ -253,8 +253,12 @@ class PolarIntegration(SyncIntegration):
|
|||||||
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
def register_user(self, token):
|
def register_user(self, token, *args, **kwargs):
|
||||||
_ = self.open()
|
try:
|
||||||
|
_ = self.open()
|
||||||
|
except NoTokenError:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
authorizationstring = 'Bearer {token}'.format(token=token)
|
authorizationstring = 'Bearer {token}'.format(token=token)
|
||||||
headers = {
|
headers = {
|
||||||
|
|||||||
Reference in New Issue
Block a user