mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
-
This commit is contained in:
parent
5a8b30b085
commit
b02bfb9469
@ -615,7 +615,6 @@ class pyTextWidget(plasmascript.Applet):
|
||||
self.label_netUp.setText(text)
|
||||
elif (sourceName == "network/interfaces/"+self.netdev+"/receiver/data"):
|
||||
value = str(data[QString(u'value')]).split('.')[0]
|
||||
print data[QString(u'value')]
|
||||
down_speed = "%4s" % (value)
|
||||
if (self.netFormat.split('$net')[0] != self.netFormat):
|
||||
line = self.netFormat.split('$net')[0] + down_speed
|
||||
|
Loading…
Reference in New Issue
Block a user