Skip to content

Commit a5a26bf

Browse files
committed
fix comma
1 parent 5a844ea commit a5a26bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opendrift_leeway_webgui/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
]
5454

5555
CSRF_TRUSTED_ORIGINS = [
56-
f"https://{host}" for host in ALLOWED_HOSTS,
56+
f"https://{host}" for host in ALLOWED_HOSTS
5757
]
5858

5959
#: Enabled applications (see :setting:`django:INSTALLED_APPS`)

0 commit comments

Comments
 (0)