Skip to content

Commit

Permalink
Fix remote mirrorlist parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
svartkanin committed Jan 22, 2025
1 parent 8aa479b commit b428793
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 b428793

Please sign in to comment.