mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
Merge branch 'release-0.20' into develop
This commit is contained in:
commit
bee0f67efd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue