mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
Merge branch 'release-0.20' into develop
This commit is contained in:
commit
bee0f67efd
|
|
@ -80,7 +80,7 @@ class NumberValidator(OrValidator):
|
|||
|
||||
|
||||
class RegexValidator(StringValidator):
|
||||
def __init__(self, regex: re.Pattern):
|
||||
def __init__(self, regex):
|
||||
self.regex = regex
|
||||
super().__init__()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue