jobs_index is unused

pull/132/head
bobloy 5 years ago
parent 4f494d115d
commit 3d64bcf768

@ -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)

Loading…
Cancel
Save