Tags: asrul10/simple-memory-monitor
Tags
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.