Skip to content

Commit

Permalink
Update vpn_indicator.py
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Dragon2fly authored Oct 7, 2022
1 parent 9e1ecbb commit 3a2b067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpn_indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def status(self, menu_obj, messages=''):
body = ''
elif 'successfully' in messages[0]:
print(rep_time(), messages[1:])
tags = ['Ping:', 'Speed:', 'Up time:', 'Season:', 'Log:', 'Score:', 'Protocol:', 'Portal:']
tags = ['Ping:', 'Speed:', 'Up time:', 'Session:', 'Log:', 'Score:', 'Protocol:', 'Portal:']
msg = messages[1:3] + [item for items in zip(tags, messages[3:9]) for item in items]
summary = 'VPN tunnel established'

Expand Down

0 comments on commit 3a2b067

Please sign in to comment.