From b585e10ac7205c16e4def693a44b87b96d76602c Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 19:18:40 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 9c8a0cd..cba8375 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -126,7 +126,7 @@ def dispatch(): return actual_decorator -@dispatch() +# @dispatch() def prerun(): def actual_decorator(function):