mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 23:53:23 +01:00
Update token regex (#1148)
The new version of the token contains the - sign
This commit is contained in:
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
Block a user