Skip to content

Commit

Permalink
Fix remote mirrorlist parsing (#3136)
Browse files Browse the repository at this point in the history
  • Loading branch information
svartkanin authored Jan 22, 2025
1 parent 8aa479b commit 6c6ceef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/lib/models/mirrors.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MirrorStatusEntryV3(BaseModel):
duration_avg: float | None = None
duration_stddev: float | None = None
completion_pct: float | None = None
score: int | None = None
score: float | None = None
_latency: float | None = None
_speed: float | None = None
_hostname: str | None = None
Expand Down

0 comments on commit 6c6ceef

Please sign in to comment.