Skip to content

Commit 2c615d3

Browse files
Fix formatting in prod.py settings (#4804)
1 parent efe3960 commit 2c615d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings/prod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# Set profiles_sample_rate to 1.0 to profile 100% of sampled transactions.
8888
profiles_sample_rate=1.0,
8989
send_default_pii=True,
90-
environment=os.environ.get("ENVIRONMENT")),
90+
environment=os.environ.get("ENVIRONMENT")
9191
)
9292

9393
# https://docs.djangoproject.com/en/1.10/ref/settings/#secure-proxy-ssl-header

0 commit comments

Comments
 (0)