Skip to content

Commit

Permalink
must construct http URL now
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jan 23, 2025
1 parent bbc6e3f commit 01f2825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittorrent-seeder/src/kiwixseeder/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def using(cls, string: str) -> Self:

def __str__(self) -> str:
return ParseResult(
scheme="qbt",
scheme="http",
netloc=f"{self.username or ''}"
f"{':' if self.password else ''}{self.password or ''}"
f"@{self.host}:{self.port}",
Expand Down

0 comments on commit 01f2825

Please sign in to comment.