visuddhinanda 2 anni fa
parent
commit
5bed3044aa
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      app/Console/Commands/UpgradeDaily.php

+ 2 - 0
app/Console/Commands/UpgradeDaily.php

@@ -60,6 +60,7 @@ class UpgradeDaily extends Command
         $time = time()-$start;
         $message .= "dict.default.meaning:{$time}; ";
         $currTime = time();
+
         //社区术语表
         $this->call('upgrade:community.term',['lang'=>'zh-Hans']);
         $time = time()-$currTime;
@@ -71,6 +72,7 @@ class UpgradeDaily extends Command
         $time = time()-$currTime;
         $message .= "progress:{$time}; ";
         $currTime = time();
+
         $this->call('upgrade:progress.chapter');
         $time = time()-$currTime;
         $message .= "progress.chapter:{$time}; ";