Skip to content

Commit

Permalink
[Bugfix] Addressed windows issue fr this time
Browse files Browse the repository at this point in the history
  • Loading branch information
moleculekayak committed Oct 8, 2024
1 parent 6cb504c commit 7c9f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/torrent_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _extract_credentials_from_url(self, url, base_path=None):
origin = f"{parsed_url.scheme}://{host}"

if base_path is not None:
href = url_join(origin, os.path.normpath(base_path))
href = url_join(origin, base_path)
else:
href = url_join(origin, parsed_url.path)

Expand Down

0 comments on commit 7c9f914

Please sign in to comment.