Change protonvpn command

This commit is contained in:
flyingscorpio@arch-desktop 2020-06-25 10:09:18 +02:00
parent 131dbec7c9
commit 53f75064d3

View file

@ -11,9 +11,8 @@ from protonvpn_cli import utils as pvpn_utils # type: ignore
if os.environ.get("BLOCK_BUTTON") is not None:
# print("Connecting...")
vpn_command = subprocess.run(
"sudo protonvpn c -f", check=True, shell=True
"sudo protonvpn r", check=True, shell=True
)
IP_ADDR = pvpn_utils.get_ip_info()[0]