Skip to content

Commit 92364b2

Browse files
committed
remove 99 page, no one use it
1 parent 55ac95d commit 92364b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TbsCore/Core/TaskExecutor.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static async Task<bool> PageLoaded(Account acc)
2828
var counter = 3;
2929
while (!acc.Wb.CheckChromeOpen())
3030
{
31-
acc.Logger.Warning("Chrome browser missing");
31+
acc.Logger.Warning("Chrome browser missing");
3232
if (counter == 0)
3333
{
3434
acc.Logger.Warning("Chrome still missing after 3 times restart. Pause bot (suggest logout bot before use bot on this account)");
@@ -61,7 +61,6 @@ public static async Task<bool> PageLoaded(Account acc)
6161
acc.Tasks.Add(new EditPreferences()
6262
{
6363
ExecuteAt = DateTime.Now.AddHours(-1),
64-
TroopsPerPage = 99,
6564
ContextualHelp = true
6665
}, true);
6766
}

0 commit comments

Comments
 (0)