Skip to content

Commit f1aa0f0

Browse files
chore : remove defaults
1 parent 62bb97d commit f1aa0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/core/mapswipe_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def __init__(
124124
fb_auth_url: str,
125125
fb_username: str,
126126
fb_password: str,
127-
csrftoken_key: str = "MAPSWIPE-ALPHA-2-CSRFTOKEN",
127+
csrftoken_key: str,
128128
enable_authentication: bool = True,
129129
):
130130
self._base_url = backend_url

0 commit comments

Comments
 (0)