mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 23:39:26 +08:00
fix: word mistake
This commit is contained in:
@@ -468,7 +468,7 @@ class CrackResource:
|
||||
self.__ensure_crack_resource()
|
||||
if not self.first_init:
|
||||
self.__check_update()
|
||||
if self.has_new_version or not self.__is_remote_file_exist() or deep_get(self.config.data, "Hook.HookGeneral.PushEverytime", True):
|
||||
if self.has_new_version or not self.__is_remote_file_exist() or deep_get(self.config.data, "Hook.HookGeneral.PushEveryTime", True):
|
||||
self.__push_resource()
|
||||
self.device.app_stop()
|
||||
self.config.task_call("Restart")
|
||||
|
||||
Reference in New Issue
Block a user