diff --git a/logic_anilife.py b/logic_anilife.py index 89f120c..54945d0 100644 --- a/logic_anilife.py +++ b/logic_anilife.py @@ -1033,12 +1033,14 @@ class LogicAniLife(LogicModuleBase): return ret def setting_save_after(self): - if self.queue.get_max_ffmpeg_count() != P.ModelSetting.get_int( - "anilife_max_ffmpeg_process_count" - ): - self.queue.set_max_ffmpeg_count( - P.ModelSetting.get_int("anilife_max_ffmpeg_process_count") - ) + pass + # Todo: 버그 고쳐야함 + # if self.queue.get_max_ffmpeg_count() != P.ModelSetting.get_int( + # "anilife_max_ffmpeg_process_count" + # ): + # self.queue.set_max_ffmpeg_count( + # P.ModelSetting.get_int("anilife_max_ffmpeg_process_count") + # ) def scheduler_function(self): logger.debug(f"anilife scheduler_function:: =========================") diff --git a/logic_linkkf.py b/logic_linkkf.py index a2091bb..41a91a8 100644 --- a/logic_linkkf.py +++ b/logic_linkkf.py @@ -362,12 +362,14 @@ class LogicLinkkf(LogicModuleBase): return ret def setting_save_after(self): - if self.queue.get_max_ffmpeg_count() != P.ModelSetting.get_int( - "linkkf_max_ffmpeg_process_count" - ): - self.queue.set_max_ffmpeg_count( - P.ModelSetting.get_int("linkkf_max_ffmpeg_process_count") - ) + # Todo: + pass + # if self.queue.get_max_ffmpeg_count() != P.ModelSetting.get_int( + # "linkkf_max_ffmpeg_process_count" + # ): + # self.queue.set_max_ffmpeg_count( + # P.ModelSetting.get_int("linkkf_max_ffmpeg_process_count") + # ) def get_video_url_from_url(url, url2): video_url = None