Private
Public Access
1
0

bug fix sporttracks no gps

This commit is contained in:
Sander Roosendaal
2019-02-04 09:30:09 +01:00
parent 0edeb971d5
commit b439d9c6ac
8 changed files with 22 additions and 21 deletions

View File

@@ -59,7 +59,7 @@ def matchsource(line):
tester = re.compile(testert)
if tester.match(line.lower()):
return group(1)
return tester.match(line.lower()).group(1)
# currently only matches one chart
def matchchart(line):