Merge branch 'master' of github.com:enkore/i3pystatus
This commit is contained in:
commit
2425216965
@ -1,4 +1,3 @@
|
||||
|
||||
from itertools import zip_longest
|
||||
import subprocess
|
||||
|
||||
@ -73,7 +72,7 @@ class Network(IntervalModule):
|
||||
|
||||
def init(self):
|
||||
if self.interface not in netifaces.interfaces():
|
||||
raise RuntimeError("Unknown inteface {iface}!".format(iface=self.inteface))
|
||||
raise RuntimeError("Unknown interface {iface}!".format(iface=self.interface))
|
||||
|
||||
self.baseinfo = {
|
||||
"interface": self.interface,
|
||||
|
Loading…
Reference in New Issue
Block a user