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); }