fix "report issue"
This commit is contained in:
parent
033abddced
commit
bf77018326
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue