Exemplo n.º 1
0
 def fetch(self):
     """
     检测 wukong-robot 的更新
     """
     updater = Updater()
     updater.fetch()
Exemplo n.º 2
0
 def fetch(self):
     updater = Updater()
     updater.fetch()
Exemplo n.º 3
0
 def update(self):
     """
     更新 wukong-robot
     """
     updater = Updater()
     return updater.update()
Exemplo n.º 4
0
 def update(self):
     updater = Updater()
     return updater.update()