Работа над BookUpdateChecker

This commit is contained in:
Book Pauk
2022-07-26 17:30:34 +07:00
parent e214ddf8d5
commit e6008b5ec4
3 changed files with 41 additions and 27 deletions

View File

@@ -51,7 +51,7 @@ class BUCClient {
try {
this.fromCheckTime = await this.findMaxCheckTime();
this.periodicSync();//no await
//this.periodicSync();//no await
log(`BUC Client started`);
} catch (e) {