Skip to content

Commit 436d8ab

Browse files
committed
Opt: Call OpsiDaily and OpsiShop when OpsiExplore is finished
1 parent 8d1b7ad commit 436d8ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

module/os/operation_siren.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ def end():
208208
with self.config.multi_set():
209209
self.config.OpsiExplore_LastZone = 0
210210
self.config.task_delay(target=next_reset)
211+
self.config.task_call('OpsiDaily', force_call=False)
212+
self.config.task_call('OpsiShop', force_call=False)
211213
self.config.task_stop()
212214

213215
logger.hr('OS explore', level=1)

0 commit comments

Comments
 (0)