Add parentheses to default tag chars.
This commit is contained in:
parent
821a5f3371
commit
d10fe47dc4
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ DEFAULT_CONFIGURATION = {
|
||||||
|
|
||||||
'min_tag_name_length': 1,
|
'min_tag_name_length': 1,
|
||||||
'max_tag_name_length': 32,
|
'max_tag_name_length': 32,
|
||||||
'valid_tag_chars': string.ascii_lowercase + string.digits + '_',
|
'valid_tag_chars': string.ascii_lowercase + string.digits + '_()',
|
||||||
|
|
||||||
'min_username_length': 2,
|
'min_username_length': 2,
|
||||||
'max_username_length': 24,
|
'max_username_length': 24,
|
||||||
|
|
Loading…
Reference in a new issue