mirror of https://github.com/caronc/apprise
parent
4b4a983750
commit
35ed4d266e
|
@ -74,7 +74,7 @@ class NotifyServerChan(NotifyBase):
|
|||
'type': 'string',
|
||||
'private': True,
|
||||
'required': True,
|
||||
'regex': (r'^[a-z0-9]+$', 'i'),
|
||||
'regex': (r'^[a-z0-9-]+$', 'i'),
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue