Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Corrected issue with USER
Browse files Browse the repository at this point in the history
  • Loading branch information
calexandru2018 committed Apr 14, 2020
1 parent 94ee6de commit c8a1d4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protonvpn_linux_gui/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c8a1d4c

Please sign in to comment.