bug fix sporttracks no gps
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user