From 3d64bcf768f8518bc34ffd048e80ea4f77a5cf5c Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 3 Sep 2020 10:17:43 -0400 Subject: [PATCH] jobs_index is unused --- fifo/fifo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fifo/fifo.py b/fifo/fifo.py index 9e0580e..38bef79 100644 --- a/fifo/fifo.py +++ b/fifo/fifo.py @@ -48,7 +48,7 @@ class FIFO(commands.Cog): self.bot = bot self.config = Config.get_conf(self, identifier=70737079, force_registration=True) - default_global = {"jobs_index": {}, "jobs": []} + default_global = {"jobs": []} default_guild = {"tasks": {}} self.config.register_global(**default_global)