diff --git a/module/luahook/crack.py b/module/luahook/crack.py index 6c1ccefe8..2cb63c27a 100644 --- a/module/luahook/crack.py +++ b/module/luahook/crack.py @@ -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")