mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 15:09:12 +00:00
remove gc
This commit is contained in:
@@ -323,9 +323,6 @@ class SiteStatistic(_PluginBase):
|
||||
if site_prev:
|
||||
previous_data.append(site_prev)
|
||||
|
||||
# 清理垃圾
|
||||
gc.collect()
|
||||
|
||||
return latest_day, latest_data, previous_data
|
||||
|
||||
@staticmethod
|
||||
@@ -947,9 +944,6 @@ class SiteStatistic(_PluginBase):
|
||||
}
|
||||
]
|
||||
|
||||
# 清理垃圾
|
||||
gc.collect()
|
||||
|
||||
return page
|
||||
|
||||
def stop_service(self):
|
||||
|
||||
Reference in New Issue
Block a user