yeah...those blank lines are just irrtating me
This commit is contained in:
parent
07e50647ce
commit
0dfb43e2ba
|
@ -93,7 +93,7 @@ class AlltimeStats:
|
||||||
ratio = _("Undefined")
|
ratio = _("Undefined")
|
||||||
else:
|
else:
|
||||||
ratio = "%.3f" % float(float(self.uploaded)/float(self.downloaded))
|
ratio = "%.3f" % float(float(self.uploaded)/float(self.downloaded))
|
||||||
self.tray_message = '%s: %s\n\n%s: %s\n%s: %s\n%s: %s\n%s: %s\n%s: %s' % (
|
self.tray_message = '%s: %s\n%s: %s\n%s: %s\n%s: %s\n%s: %s\n%s: %s' % (
|
||||||
_("Uptime"), common.ftime(0),
|
_("Uptime"), common.ftime(0),
|
||||||
_("Alltime Downloaded"), common.fsize(self.downloaded),
|
_("Alltime Downloaded"), common.fsize(self.downloaded),
|
||||||
_("Alltime Uploaded"), common.fsize(self.uploaded),
|
_("Alltime Uploaded"), common.fsize(self.uploaded),
|
||||||
|
|
Loading…
Reference in New Issue