Skip to content

Commit

Permalink
Integrate v4.1.3 (6)
Browse files Browse the repository at this point in the history
Fix more core bugs
  • Loading branch information
dostuffthatmatters committed Jun 7, 2024
1 parent 601e6e6 commit d7c70c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/modules/system_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run(self, new_config: types.Config) -> None:
operating_system_state=types.OperatingSystemState(
cpu_usage=cpu_usage,
memory_usage=memory_usage,
last_boot_time=last_boot_time,
last_boot_time=str(last_boot_time),
filled_disk_space_fraction=disk_space,
)
)

0 comments on commit d7c70c1

Please sign in to comment.