Attempted update_loop error fix
issue #004
This commit is contained in:
GaMeNu 2023-10-12 12:55:26 +03:00
parent 36ac574155
commit 5a09cdf097

View File

@ -131,7 +131,6 @@ class Notificator(commands.Cog):
self.db.connection.close() self.db.connection.close()
self.db = DBAccess() self.db = DBAccess()
@staticmethod @staticmethod
def generate_alert_embed(alert_object: Alert, district: str, arrival_time: int | None, time: str, def generate_alert_embed(alert_object: Alert, district: str, arrival_time: int | None, time: str,
lang: str) -> discord.Embed: lang: str) -> discord.Embed: