trying to get it to run on manjaro linux
This commit is contained in:
@@ -55,3 +55,4 @@ config.yaml
|
|||||||
# virtualenv
|
# virtualenv
|
||||||
/venv/
|
/venv/
|
||||||
/py27/
|
/py27/
|
||||||
|
/py2/
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user