Skip to content

Commit 59fc95a

Browse files
authored
Update server selector on FC page
1 parent 3f53187 commit 59fc95a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

freecompany/freecompany.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
},
7070
"SERVER": {
7171
"selector": "div.ldst__window:nth-child(1) > div:nth-child(2) > a:nth-child(1) > div:nth-child(2) > p:nth-child(3)",
72-
"regex": "(?P<World>\\w*)\\s+\\((?P<DC>\\w*)\\)"
72+
"regex": "(?P<World>\\w*)\\s+\\[(?P<DC>\\w*)\\]"
7373
},
7474
"SLOGAN": {
7575
"selector": ".freecompany__text__message"
7676
},
7777
"TAG": {
7878
"selector": ".freecompany__text.freecompany__text__tag"
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)