From 3e1205db16fbf324daa0c8eff1364712854310f2 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 22 Nov 2021 00:19:33 +0100 Subject: Typo fixed in butler generator configuration --- butler/butler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butler') diff --git a/butler/butler.py b/butler/butler.py index 07d511a..0ed0847 100644 --- a/butler/butler.py +++ b/butler/butler.py @@ -17,7 +17,7 @@ config = config[butler_set] TABL_STEP = int(os.environ.get('LIGA_BUTLER_TABLE_STEP', 8)) TEAM_STEP = int(os.environ.get('LIGA_BUTLER_TEAM_STEP', 16)) -PLAYER_STEP = int(os.environ.get('LIGA_BUTLER_TEAM_STEP', 500)) +PLAYER_STEP = int(os.environ.get('LIGA_BUTLER_PLAYER_STEP', 500)) tabl_offset = 0 team_offset = 0 -- cgit v1.2.3