From cb12f5c0257cf2563e463bf4fe330afd82da4aa2 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Tue, 15 Sep 2020 00:46:18 +0200 Subject: [PATCH] Some small fixes --- README.md | 2 +- src/timer_oro_api.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35b213d..8f24acd 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Other ways you can get in touch: * XMPP: `king_duckz@jabber.at` * Discord: `DuckZ#0896` -## Recipies ## +## Recipes ## This is a collection of tricks, commands and SQL queries that you might find helpful. diff --git a/src/timer_oro_api.cpp b/src/timer_oro_api.cpp index 143b1fa..78453c0 100644 --- a/src/timer_oro_api.cpp +++ b/src/timer_oro_api.cpp @@ -141,7 +141,7 @@ inline void TimerOroApi::fetch_data (oro::SourceFormat store_mode) { head.rate_limit_remaining = 0; head.rate_limit_reset = 600; head.retry_after = 600; - std::string server = "forged_header"; + head.server = "forged_header"; set_next_timer(head); this->reset_db_access_time(Op); }