mirror of
https://github.com/GaMeNu/HFCNotificator.git
synced 2024-11-16 15:24:51 +02:00
v2.2.4
Mostly to test GitHub webhooks
This commit is contained in:
parent
d95289c262
commit
f002767f95
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user