Get rid of connected server

This commit is contained in:
flyingscorpio@arch-desktop 2020-04-21 12:00:42 +02:00
parent 05e952eedb
commit 33e5bdc14e

View file

@ -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
)
)