Private
Public Access
1
0

trying to get it to run on manjaro linux

This commit is contained in:
Sander Roosendaal
2019-02-03 15:33:05 +01:00
parent 7c8ea1969a
commit 2bc0aa72fb
3 changed files with 30 additions and 28 deletions
+1
View File
@@ -55,3 +55,4 @@ config.yaml
# virtualenv # virtualenv
/venv/ /venv/
/py27/ /py27/
/py2/
+1
View File
@@ -128,6 +128,7 @@ def handle_c2_import_stroke_data(c2token,
return 1 return 1
else: else:
url = "https://log.concept2.com/api/users/me/results/"+str(c2id) url = "https://log.concept2.com/api/users/me/results/"+str(c2id)
s = requests.get(url,headers=headers) s = requests.get(url,headers=headers)
if s.status_code == 200: if s.status_code == 200: