Skip to content

Commit 4cf42a0

Browse files
author
Katie
committed
Linting fix for deploy
1 parent 6da2028 commit 4cf42a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/echo/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)
3535

3636
LOGLEVEL = os.getenv("DJANGO_LOG_LEVEL", "INFO")
37-
# SECURITY WARNING: don't run with debug turned on in production!
37+
# SECURITY WARNING: don't run with debug turned on in production!
3838
DEBUG = ENVIRONMENT == "Development"
3939

4040
ALLOWED_HOSTS = []

0 commit comments

Comments
 (0)