aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-03-30 19:15:16 +0200
committerGravatar kwzrd <[email protected]>2020-03-30 19:24:58 +0200
commit548dc99fb5aead10c8b95dd97191be900baec3a8 (patch)
treec07d083e2881e32251059bc8db41ac273ea9c5d0
parentDeseasonify: add persistent branding configuration (diff)
Deseasonify: remove `autostart` env var
Constant is no longer used. See: 9259f985e6e327a522b4420c879a50cb4f75a09d
-rw-r--r--bot/constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py
index c739e277..ab16be5d 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -39,7 +39,6 @@ class AdventOfCode:
class Branding:
cycle_frequency = int(environ.get("CYCLE_FREQUENCY", 3)) # 0: never, 1: every day, 2: every other day, ...
- autostart = environ.get("BRANDING_AUTOSTART", "").lower() == "true" # Launch the branding daemon on start-up
class Channels(NamedTuple):