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") print("VPN - OFF")
else: else:
print( print(
"VPN - {} ({}) - {}, {}".format( "VPN - {} - {}, {}".format(
ip_addr, connected_server, city, country ip_addr, city, country
) )
) )