We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ad452 commit 6148450Copy full SHA for 6148450
src/zocalo/service/__init__.py
@@ -51,9 +51,7 @@ def __init__(self):
51
# load configuration and initialize logging
52
self._zc = zocalo.configuration.from_file()
53
envs = self._zc.activate()
54
- self.use_live_infrastructure = ("live" in envs) or (
55
- "default" in envs
56
- ) # deprecated
+ self.use_live_infrastructure = "live" in envs # deprecated
57
self.setup_logging()
58
59
if (
0 commit comments