trying to get it to run on manjaro linux
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -55,3 +55,4 @@ config.yaml
|
||||
# virtualenv
|
||||
/venv/
|
||||
/py27/
|
||||
/py2/
|
||||
|
||||
@@ -128,6 +128,7 @@ def handle_c2_import_stroke_data(c2token,
|
||||
return 1
|
||||
else:
|
||||
url = "https://log.concept2.com/api/users/me/results/"+str(c2id)
|
||||
|
||||
s = requests.get(url,headers=headers)
|
||||
|
||||
if s.status_code == 200:
|
||||
|
||||
Reference in New Issue
Block a user