Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Nov 6, 2024
1 parent f878315 commit 13456e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isomorphe/geonetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def authenticate(self):
raise GeonetworkConnectionError(
f"Redirection détectée vers {r.headers['Location']}. Merci d'utiliser l'URL canonique du serveur."
)
# if the POST above failed, we need the XSFR-TOKEN to procede further
# if the POST above failed, we need the XSFR-TOKEN to proceed further
# if it did not, (username, password) basic auth should be enough
if not r.ok:
xsrf_token = r.cookies.get("XSRF-TOKEN")
Expand Down

0 comments on commit 13456e1

Please sign in to comment.