Skip to content

Commit

Permalink
Revert "Update token regex (#1148)"
Browse files Browse the repository at this point in the history
This reverts commit 35ed4d2.
  • Loading branch information
caronc authored Jul 2, 2024
1 parent 35ed4d2 commit 2672efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apprise/plugins/serverchan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
},
})

Expand Down

0 comments on commit 2672efb

Please sign in to comment.