From c7eafed2932b1ae585277f70542d9543c11596d6 Mon Sep 17 00:00:00 2001 From: Bobloy Date: Thu, 8 Mar 2018 14:27:11 -0500 Subject: [PATCH] Force_registration to help with debugging --- fight/fight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fight/fight.py b/fight/fight.py index 5482c8a..ff115e1 100644 --- a/fight/fight.py +++ b/fight/fight.py @@ -27,7 +27,7 @@ class Fight: def __init__(self, bot): self.bot = bot - self.config = Config.get_conf(self, identifier=49564952847684) + self.config = Config.get_conf(self, identifier=49564952847684, force_registration=True) default_global = { "srtracker": {}, "win": None,