This commit is contained in:
thsrite 2023-10-20 16:39:22 +08:00
parent 03e48881a6
commit 3fcd83b0a7

View File

@ -774,7 +774,7 @@ class AutoSignIn(_PluginBase):
# 自动Cloudflare IP优选
if self._auto_cf and int(self._auto_cf) > 0 and retry_msg and len(retry_msg) >= int(self._auto_cf):
EventManager().send_event(EventType.CloudFlareSpeedTest, {})
self.eventmanager.send_event(EventType.CloudFlareSpeedTest, {})
# 发送通知
if self._notify: