fix "report issue"

This commit is contained in:
Laura Klünder 2024-12-21 12:07:16 +01:00
parent 033abddced
commit bf77018326

View file

@ -12,7 +12,7 @@ class LocationConverter:
class CoordinatesConverter:
regex = r'[a-z0-9-_.]+:-?\d+(\.\d+)?:-?\d+(\.\d+)?'
regex = r'c:[a-z0-9-_.]+:-?\d+(\.\d+)?:-?\d+(\.\d+)?'
def to_python(self, value):
return value