diff options
author | 2020-11-18 22:50:01 +0100 | |
---|---|---|
committer | 2020-11-18 22:50:01 +0100 | |
commit | 4d1487f80f0966a46c028429ac40d79503f939f3 (patch) | |
tree | 3801013f2d9064d7a55026ab0c245fff869d98f8 | |
parent | Partially invalidate cache by changing file (diff) |
Partially invalidate cache by changing file
-rw-r--r-- | snekbox/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/__init__.py b/snekbox/__init__.py index 2e7b22e..f8690e0 100644 --- a/snekbox/__init__.py +++ b/snekbox/__init__.py @@ -7,7 +7,7 @@ from gunicorn import glogging from gunicorn.config import Config from sentry_sdk.integrations.falcon import FalconIntegration -DEBUG = os.environ.get("DEBUG", False) +DEBUG = os.environ.get( "DEBUG", False ) # Add comment to invalidate cache partially sentry_sdk.init( |