From 767a93aa46f76af5129aa3e50a8070cddd22ce62 Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Mon, 6 Dec 2021 09:17:11 +0100 Subject: [PATCH] evolve aocrr-bot --- aocrr_bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aocrr_bot.py b/aocrr_bot.py index 7510d72..ccf4f68 100755 --- a/aocrr_bot.py +++ b/aocrr_bot.py @@ -29,7 +29,6 @@ def fetch_leaderboard(session_id: str, year: int = datetime.now().year) -> dict: class IrcBot: def __init__(self): - super().__init__() self.cache = JSONFile("aocrr_bot.cache", create=True) self.__session_id = open(".session", "r").readlines()[0].strip() self.irc_client = Client(IRC_SERVER, IRC_PORT, IRC_NICK, IRC_USER, IRC_REALNAME)