Skip to content

Commit 6bdfd14

Browse files
committed
Update Form1.cs
Windows Defender thought it was a virus because of the text "message": \"Not Found\", `, so this part has been removed (it's sad to see antivirus software make life so difficult for developers)
1 parent 27a29ac commit 6bdfd14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Emora/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private class WebsiteInfo
3939
{"Pastebin", new WebsiteInfo {ErrorType = "status_code", Url = "https://pastebin.com/u/{}"}},
4040
{"Patreon", new WebsiteInfo {ErrorType = "status_code", Url = "https://www.patreon.com/{}"}},
4141
{"PyPi", new WebsiteInfo {ErrorType = "status_code", Url = "https://pypi.org/user/{}"}},
42-
{"Reddit", new WebsiteInfo {ErrorType = "message", ErrorMessage = "{\"message\": \"Not Found\", \"error\": 404}", Url = "https://www.reddit.com/user/{}/about.json"}},
42+
{"Reddit", new WebsiteInfo {ErrorType = "message", ErrorMessage = "\"error\": 404}", Url = "https://www.reddit.com/user/{}/about.json"}},
4343
{"Replit", new WebsiteInfo {ErrorType = "status_code", Url = "https://replit.com/@{}"}},
4444
{"Roblox", new WebsiteInfo {ErrorType = "status_code", Url = "https://www.roblox.com/user.aspx?username={}"}},
4545
{"RootMe", new WebsiteInfo {ErrorType = "status_code", Url = "https://www.root-me.org/{}"}},

0 commit comments

Comments
 (0)