From 3a01274eeee018a4872b73e6051139918e4e7920 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Sat, 8 Jul 2023 02:02:17 +0300 Subject: [PATCH] Remove call_event --- src/core/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/__init__.py b/src/core/__init__.py index d876c84..bfe0ea2 100644 --- a/src/core/__init__.py +++ b/src/core/__init__.py @@ -100,7 +100,6 @@ if not os.path.exists("plugins"): pl = PluginsLoader("plugins") pl.load_plugins() -ev.call_event("on_started") builtins.B = 1 builtins.KB = B * 1024