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

Method run

tasks/RichMan/script_task.py:21–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19class ScriptTask(Mall, Guild, ThousandThings, Shrine):
20
21 def run(self):
22 con: RichMan = self.config.rich_man
23 self.execute_tt(con.thousand_things)
24 self.execute_shrine(con.shrine)
25 self.execute_guild(con.guild_store)
26 self.execute_mall()
27
28 self.set_next_run(task='RichMan', success=True, finish=False)
29
30 raise TaskEnd('RichMan')
31
32
33

Callers 1

script_task.pyFile · 0.45

Calls 6

TaskEndClass · 0.90
execute_ttMethod · 0.80
execute_shrineMethod · 0.80
execute_guildMethod · 0.80
execute_mallMethod · 0.80
set_next_runMethod · 0.80

Tested by

no test coverage detected