Skip to content

Commit

Permalink
Update restart.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Dec 28, 2023
1 parent dbd56dd commit 45b2ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def implement(self):
self.connection.app_stop(self.package_name)
time.sleep(2)
self.logger.info("--START BLUE ARCHIVE--")
self.connection.app_start(self.package_name)
self._init_emulator()
return True

0 comments on commit 45b2ecc

Please sign in to comment.