summaryrefslogtreecommitdiff
path: root/butler/butler.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-11-22 00:19:33 +0100
committeremkael <emkael@tlen.pl>2021-11-22 00:19:33 +0100
commit3e1205db16fbf324daa0c8eff1364712854310f2 (patch)
treeddbd7f7d162e8424678f22d487c1ab46dc3b1ef3 /butler/butler.py
parent89fbdfcde3515ceeccf023796dab5a6327154543 (diff)
Typo fixed in butler generator configuration
Diffstat (limited to 'butler/butler.py')
-rw-r--r--butler/butler.py2
1 files changed, 1 insertions, 1 deletions
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