From c8a1d4c510dc3bc897bc474905b4beb2059e0b55 Mon Sep 17 00:00:00 2001 From: Alexandru Cheltuitor <31934100+calexandru2018@users.noreply.github.com> Date: Tue, 14 Apr 2020 17:54:56 +0200 Subject: [PATCH] Corrected issue with USER --- protonvpn_linux_gui/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/protonvpn_linux_gui/constants.py b/protonvpn_linux_gui/constants.py index f4f34ea..4899377 100644 --- a/protonvpn_linux_gui/constants.py +++ b/protonvpn_linux_gui/constants.py @@ -3,6 +3,7 @@ from protonvpn_cli.constants import VERSION as cli_version, USER except: cli_version = "Not installed" + USER = '/home' VERSION = "2.0.0" GITHUB_URL_RELEASE = "https://github.com/calexandru2018/protonvpn-linux-gui/releases/latest"