Update provider status regex, validate country select

This commit is contained in:
billz
2023-10-25 14:38:49 +01:00
parent 20e3633541
commit 63f2c38f4c
2 changed files with 8 additions and 4 deletions

View File

@@ -46,7 +46,7 @@
"log": "status"
},
"regex": {
"status": "\/status: (\\w+)\/",
"status": "\/status: disconnected\/",
"pattern": "(\\w+)\\s+",
"replace": "$1,$1\\n"
}