diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index be0c447c7..0b8db9a60 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -1989,6 +1989,7 @@ namespace ArchiSteamFarm { // TODO: Until https://github.com/dotnet/corefx/issues/27232 is dealt with, use this fallback as an alternative for keys import if (OS.IsUnix && File.Exists(KeysToRedeemFilePath)) { await ImportKeysToRedeem(KeysToRedeemFilePath).ConfigureAwait(false); + await Task.Delay(1000).ConfigureAwait(false); } if ((GamesRedeemerInBackgroundTimer == null) && BotDatabase.HasGamesToRedeemInBackground) {