Some small fixes

This commit is contained in:
King_DuckZ 2020-09-15 00:46:18 +02:00
parent 36b0c6f6f0
commit cb12f5c025
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -141,7 +141,7 @@ inline void TimerOroApi<Op>::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);
}