This commit is contained in:
Dominic Grimm 2023-02-23 20:11:16 +01:00
parent 5f0d931d80
commit ff11781e11
No known key found for this signature in database
GPG Key ID: 6F294212DEAAC530
1 changed files with 2 additions and 1 deletions

View File

@ -662,7 +662,8 @@ impl Client {
to: &chrono::NaiveDate,
department: Option<i32>,
) -> Result<Vec<RpcSubstitution>> {
dbg!(
println!(
"{}",
reqwest::Client::new()
.get(self.rpc_url.as_str())
.header(reqwest::header::USER_AGENT, &self.user_agent)