summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/eip_status.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-04-25 11:32:03 -0300
committerTomás Touceda <chiiph@leap.se>2014-04-25 11:32:03 -0300
commit55d4f043ee457bc780c7ea37a6b8ded448b0abdd (patch)
tree5698b25fff491f1b06f70f9263469ca7a9337b58 /src/leap/bitmask/gui/eip_status.py
parentaea6497de6b82610db7159453528a38d848a7a31 (diff)
parent58a1381764b16ebe01639020c73d4c96632cadfa (diff)
Merge remote-tracking branch 'refs/remotes/ivan/bug/5563_download-upload-backward' into develop
Diffstat (limited to 'src/leap/bitmask/gui/eip_status.py')
-rw-r--r--src/leap/bitmask/gui/eip_status.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/bitmask/gui/eip_status.py b/src/leap/bitmask/gui/eip_status.py
index 0d75b8e5..bc31b91d 100644
--- a/src/leap/bitmask/gui/eip_status.py
+++ b/src/leap/bitmask/gui/eip_status.py
@@ -359,8 +359,8 @@ class EIPStatusWidget(QtGui.QWidget):
If data is None, we just will refresh the display based on the previous
data.
- :param data: a dictionary with the tcp/udp write and read totals.
- :type data: dict
+ :param data: a tuple with download/upload totals (download, upload).
+ :type data: tuple
"""
if data is not None:
try: