This commit is contained in:
JustArchi
2017-04-14 02:33:57 +02:00
parent cad1577734
commit 47b8d94d1a

View File

@@ -108,7 +108,7 @@ namespace ArchiSteamFarm {
yield return item;
}
internal static string ToHumanReadable(this TimeSpan timeSpan) => timeSpan.Humanize(4);
internal static string ToHumanReadable(this TimeSpan timeSpan) => timeSpan.Humanize(3);
private static string[] GetArgs(this string[] args, byte argsToSkip = 1) {
if (args.Length < argsToSkip) {