Skip to content

Commit 3f53187

Browse files
authored
Merge pull request #16 from bourgeoisor/issue-15-server-selector-fix
Fix SERVER selector regex to look for square brackets
2 parents 737a108 + ef528b7 commit 3f53187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profile/character.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
"SERVER": {
9797
"selector": "p.frame__chara__world:last-of-type",
98-
"regex": "(?P<World>\\w*)\\s+\\((?P<DC>\\w*)\\)"
98+
"regex": "(?P<World>\\w*)\\s+\\[(?P<DC>\\w*)\\]"
9999
},
100100
"TITLE": {
101101
"selector": ".frame__chara__title"

0 commit comments

Comments
 (0)