Skip to content

Commit

Permalink
Update server selector on FC page
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Apr 12, 2022
1 parent 3f53187 commit 59fc95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freecompany/freecompany.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
},
"SERVER": {
"selector": "div.ldst__window:nth-child(1) > div:nth-child(2) > a:nth-child(1) > div:nth-child(2) > p:nth-child(3)",
"regex": "(?P<World>\\w*)\\s+\\((?P<DC>\\w*)\\)"
"regex": "(?P<World>\\w*)\\s+\\[(?P<DC>\\w*)\\]"
},
"SLOGAN": {
"selector": ".freecompany__text__message"
},
"TAG": {
"selector": ".freecompany__text.freecompany__text__tag"
}
}
}

0 comments on commit 59fc95a

Please sign in to comment.