Get rid of connected server
This commit is contained in:
parent
05e952eedb
commit
33e5bdc14e
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ if not pvpn_utils.is_connected():
|
|||
print("VPN - OFF")
|
||||
else:
|
||||
print(
|
||||
"VPN - {} ({}) - {}, {}".format(
|
||||
ip_addr, connected_server, city, country
|
||||
"VPN - {} - {}, {}".format(
|
||||
ip_addr, city, country
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue