Remove reqwest ver user agent stuff
This commit is contained in:
@@ -18,8 +18,6 @@ static APP_USER_AGENT: &str = concat!(
|
||||
env!("CARGO_PKG_VERSION"),
|
||||
" ",
|
||||
"reqwest",
|
||||
"/",
|
||||
env!("REQWEST_VER")
|
||||
);
|
||||
|
||||
static CB_URL: &str = "http://localhost:6969/cb";
|
||||
|
||||
Reference in New Issue
Block a user