Skip to content

Tags: asrul10/simple-memory-monitor

Tags

v1.0.0

Toggle v1.0.0's commit message
fix: handle None for used_swap in memory checks

Updated memory and swap usage functions to correctly handle None
values for `used_swap`. Adjusted type hints for better clarity
and ensured that the code accounts for potential None values
while monitoring memory usage.