mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-12-12 05:06:14 +00:00
fix exception in GameTdbScraper
This commit is contained in:
parent
18b16ab992
commit
9fc1282c90
@ -39,7 +39,7 @@ namespace CompatBot.ThumbScrapper
|
||||
{
|
||||
PrintError(e);
|
||||
}
|
||||
await Task.Delay(TimeSpan.FromDays(30), cancellationToken).ConfigureAwait(false);
|
||||
await Task.Delay(TimeSpan.FromDays(1), cancellationToken).ConfigureAwait(false);
|
||||
} while (!cancellationToken.IsCancellationRequested);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user