mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
One more fix to #22
This commit is contained in:
parent
c8fc25111e
commit
e6c9c3f0a9
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ namespace ArchiSteamFarm {
|
|||
|
||||
await CardsFarmer.StartFarming().ConfigureAwait(false);
|
||||
break;
|
||||
case EResult.ServiceUnavailable:
|
||||
case EResult.Timeout:
|
||||
case EResult.TryAnotherCM:
|
||||
Logging.LogGenericWarning(BotName, "Unable to login to Steam: " + result + ", retrying...");
|
||||
|
|
Loading…
Reference in a new issue