Skip to content

Commit

Permalink
remove unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm committed Dec 30, 2016
1 parent 4e86826 commit 65284a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openvpn-monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ def parse_status(data, gi, version):
parts[0].startswith('TIME'):
continue
if parts[0] == 'HEADER':
status_version = 3
if parts[1] == 'CLIENT_LIST':
client_section = True
routes_section = False
Expand Down

0 comments on commit 65284a2

Please sign in to comment.