We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdab6b commit 6726bd0Copy full SHA for 6726bd0
library/stats.py
@@ -646,8 +646,7 @@ class Disk:
646
@classmethod
647
def stats(cls):
648
if 'MOUNTS' not in config.THEME_DATA['STATS']['DISK']:
649
- print("Doing mounts")
650
- mountpoints = [ config.THEME_DATA['STATS']['DISK'] ]
+ mountpoints = [ {"/": config.THEME_DATA['STATS']['DISK'] }]
651
else:
652
mountpoints = config.THEME_DATA['STATS']['DISK']['MOUNTS']
653
0 commit comments