Skip to content

Commit

Permalink
Fixes #60 - Multiple SWAP's breaks output (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mai-Lapyst committed Nov 20, 2023
1 parent 332b828 commit 89e598f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dool
Expand Up @@ -1301,7 +1301,6 @@ class dool_socket(dool):

class dool_swap(dool):
def __init__(self):
self.name = 'swap'
self.nick = ('used', 'free')
self.type = 'd'
self.open('/proc/swaps')
Expand Down

0 comments on commit 89e598f

Please sign in to comment.