From f6179c7e662ab9923fe3f386bbde5f56ed52fbb6 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 29 Sep 2018 16:58:23 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm/Bot.cs | 1 + 1 file changed, 1 insertion(+) 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) {