mirror of https://github.com/caronc/apprise
Update token regex on chanify (#1325)
parent
513eb194fe
commit
ae7f8b80ac
|
@ -78,7 +78,7 @@ class NotifyChanify(NotifyBase):
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'private': True,
|
'private': True,
|
||||||
'required': True,
|
'required': True,
|
||||||
'regex': (r'^[A-Z0-9_-]+$', 'i'),
|
'regex': (r'^[A-Z0-9._-]+$', 'i'),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue