MCPcopy Create free account
hub / github.com/runhey/OnmyojiAutoScript / run

Method run

tasks/Restart/script_task.py:19–25  ·  view source on GitHub ↗

主要就是登录的模块 :return:

(self)

Source from the content-addressed store, hash-verified

17class ScriptTask(LoginHandler):
18
19 def run(self) -> None:
20 """
21 主要就是登录的模块
22 :return:
23 """
24 self.app_restart()
25 raise TaskEnd('ScriptTask end')
26
27
28 def app_stop(self):

Callers

nothing calls this directly

Calls 2

app_restartMethod · 0.95
TaskEndClass · 0.90

Tested by

no test coverage detected