mirror of https://gitlab.com/bashrc2/epicyon
Allow underscores in hashtags
parent
742c69163a
commit
2aeb9553e0
2
utils.py
2
utils.py
|
@ -22,7 +22,7 @@ from cryptography.hazmat.primitives import hashes
|
||||||
from followingCalendar import add_person_to_calendar
|
from followingCalendar import add_person_to_calendar
|
||||||
|
|
||||||
VALID_HASHTAG_CHARS = \
|
VALID_HASHTAG_CHARS = \
|
||||||
set('0123456789' +
|
set('_0123456789' +
|
||||||
'abcdefghijklmnopqrstuvwxyz' +
|
'abcdefghijklmnopqrstuvwxyz' +
|
||||||
'ABCDEFGHIJKLMNOPQRSTUVWXYZ' +
|
'ABCDEFGHIJKLMNOPQRSTUVWXYZ' +
|
||||||
'¡¿ÄäÀàÁáÂâÃãÅåǍǎĄąĂăÆæĀā' +
|
'¡¿ÄäÀàÁáÂâÃãÅåǍǎĄąĂăÆæĀā' +
|
||||||
|
|
Loading…
Reference in New Issue