1
0
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:
ZuoSiZhu
2025-06-08 03:06:44 +08:00
parent 733b20a6db
commit 331f6629d0

View File

@@ -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")