mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update data/hooks/diagnosis/50-systemresources.py
Co-Authored-By: Kayou <pierre@kayou.io>
This commit is contained in:
parent
4787f0ce04
commit
a85c15dd0b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class SystemResourcesDiagnoser(Diagnoser):
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|
||||||
MB = 1024**2
|
MB = 1024**2
|
||||||
GB = 1024**2
|
GB = MB*1024
|
||||||
|
|
||||||
#
|
#
|
||||||
# RAM
|
# RAM
|
||||||
|
|
Loading…
Add table
Reference in a new issue