fixed sporttracks bug
This commit is contained in:
@@ -781,7 +781,7 @@ def mocked_requests(*args, **kwargs):
|
||||
if ststrokestester.match(args[0]).group(1) == '13':
|
||||
return MockResponse(ststrokesjson_nogps,200)
|
||||
else:
|
||||
return MockResponse(strokesjson,200)
|
||||
return MockResponse(ststrokesjson,200)
|
||||
if stuploadtester.match(args[0]):
|
||||
json_data = {
|
||||
"uris": [
|
||||
|
||||
Reference in New Issue
Block a user