Skip to content

Commit 240ff20

Browse files
author
Luka Bratos
committed
Update regex
1 parent d1cc950 commit 240ff20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pusher_push_notifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
SDK_VERSION = '0.9.1'
1010
INTEREST_MAX_LENGTH = 164
11-
INTEREST_REGEX = re.compile('^(_|=|@|,|\\.|:|[A-Z]|[a-z]|[0-9])*$')
11+
INTEREST_REGEX = re.compile('^(_-|=|@|,|\\.|:|[A-Z]|[a-z]|[0-9])*$')
1212

1313

1414
class PusherValidationError(ValueError):

0 commit comments

Comments
 (0)