Fix missing space
This commit is contained in:
parent
fdc014ada9
commit
ee06b27e93
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ def _is_in_production_mode(logger: Optional[Logger]) -> bool:
|
||||||
if not is_production:
|
if not is_production:
|
||||||
logger.info(
|
logger.info(
|
||||||
f"Value of {ENV_VAR_KEY} is `{environment}` which is not equal to `{PRODUCTION_KEY}`"
|
f"Value of {ENV_VAR_KEY} is `{environment}` which is not equal to `{PRODUCTION_KEY}`"
|
||||||
+ "defaulting to development mode ‼️"
|
+ " defaulting to development mode ‼️"
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
logger.info("Running in production mode ✅")
|
logger.info("Running in production mode ✅")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue