From f002767f95f4040ebb7c9a7a67cb9d2a622cbe3e Mon Sep 17 00:00:00 2001 From: GaMeNu <98153342+GaMeNu@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:39:08 +0300 Subject: [PATCH] v2.2.4 Mostly to test GitHub webhooks --- cog_notificator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog_notificator.py b/cog_notificator.py index df2d9ad..41a85f0 100644 --- a/cog_notificator.py +++ b/cog_notificator.py @@ -596,7 +596,7 @@ class Notificator(commands.Cog): :param alerts_in_page: The number of alerts in one page :return: page as str """ - alert_history = AlertReqs.request_history_json() + alert_history = AlertReqs().request_history_json() current_time = datetime.datetime.now() time_back = datetime.timedelta(seconds=time_back_amount)