mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-07-02 08:54:17 +02:00
Moved lastExecuted update to TaskExecutor.Execute
This commit is contained in:
@ -29,7 +29,6 @@ public class TaskManager
|
||||
{
|
||||
if(task.ShouldExecute())
|
||||
TaskExecutor.Execute(this.connectors, task, this._chapterCollection);
|
||||
task.lastExecuted = DateTime.Now;
|
||||
}
|
||||
Thread.Sleep(1000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user