Correct RAM units

pull/638/head
Hel Gibbons 2023-01-18 15:41:33 +00:00 zatwierdzone przez GitHub
rodzic 39c4848bcc
commit 914a4b345c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ def free(full=False):
if not full:
return P
else:
return (f"Total RAM \n{T} KB \nUnused RAM \n{F} KB \n({P} free)")
return (f"Total RAM \n{T} bytes \nUnused RAM \n{F} bytes \n({P} free)")
def hsv_to_rgb(h, s, v):