Removed a bunch of @ prefixes that aren't needed.

This commit is contained in:
flash 2023-02-08 04:17:07 +01:00
commit 40c7ba4ded
21 changed files with 254 additions and 254 deletions
SharpChat

View file

@ -35,7 +35,7 @@ namespace SharpChat {
using HttpClient httpClient = new(new HttpClientHandler() {
UseProxy = false, // we will never and the initial resolving takes forever on linux
});
httpClient.DefaultRequestHeaders.Add(@"User-Agent", @"SharpChat/20230206");
httpClient.DefaultRequestHeaders.Add("User-Agent", "SharpChat/20230206");
if(hasCancelled) return;