This commit is contained in:
JustArchi
2016-04-14 21:16:44 +02:00
parent 9ff3834ed7
commit d11e141ece

View File

@@ -278,6 +278,7 @@ namespace ArchiSteamFarm {
callback = await SteamUser.RequestWebAPIUserNonce();
} catch (Exception e) {
Logging.LogGenericException(e, BotName);
Start().Forget();
return false;
}