Mostly to test GitHub webhooks
This commit is contained in:
GaMeNu 2023-10-27 17:43:12 +03:00
parent f002767f95
commit 887b52f5d4

View File

@ -596,6 +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()
current_time = datetime.datetime.now()