Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-12-17 10:58:17 +01:00
parent e1931065f9
commit 1c045f773a
6 changed files with 23 additions and 21 deletions

View File

@@ -114,7 +114,7 @@ def make_authorization_url(): # pragma: no cover
return HttpResponseRedirect(url)
def get_polar_notifications():
def get_polar_notifications(): # pragma: no cover
url = baseurl+'/notifications'
state = str(uuid4())
auth_string = '{id}:{secret}'.format(