mirror of
https://github.com/caronc/apprise.git
synced 2025-12-15 10:04:06 +08:00
Update token regex on chanify (#1325)
This commit is contained in:
@@ -78,7 +78,7 @@ class NotifyChanify(NotifyBase):
|
||||
'type': 'string',
|
||||
'private': True,
|
||||
'required': True,
|
||||
'regex': (r'^[A-Z0-9_-]+$', 'i'),
|
||||
'regex': (r'^[A-Z0-9._-]+$', 'i'),
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user