diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-23 12:54:29 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-23 12:54:29 -0300 |
commit | 58a1381764b16ebe01639020c73d4c96632cadfa (patch) | |
tree | 336d35ea2cd5d7a5afb3339c7cb430533dda18cb /src/leap/bitmask/gui/eip_status.py | |
parent | f783150bd4afdb739c827a7bb2676ed6db6ba34e (diff) |
Swap upload/download data strings. Closes #5563.
Diffstat (limited to 'src/leap/bitmask/gui/eip_status.py')
-rw-r--r-- | src/leap/bitmask/gui/eip_status.py | 4 |
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: |