Skip to content

Commit

Permalink
Update Network.ini (rainmeter#342)
Browse files Browse the repository at this point in the history
WebParser RegExp option `(?siU)^(.*)$` is not a good example for parse.
  • Loading branch information
nek7u authored Jul 20, 2023
1 parent 8930785 commit f2c914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Skins/illustro/Network/Network.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Measure=Plugin
Plugin=WebParser
URL=https://checkip.amazonaws.com/
UpdateRate=14400
RegExp=(?siU)^(.*)$
RegExp=(?s)^(.*)$
StringIndex=1
Substitute="":"N/A"
; Substitute works as follows: "A":"B" where A is a string to substitute and B is a string
Expand Down

0 comments on commit f2c914b

Please sign in to comment.