Skip to content

Commit

Permalink
Update v_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ningwang-arch authored Jul 28, 2021
1 parent 6af4fd7 commit 915e849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_default_config():
os.makedirs(CONFIG_DIR)
last_dict={}
if os.path.exists(CONFIG_DIR+'lastconnect.json'):
with open(CONFIG_DIR+'lastconnect.json', 'r',encoding=utf-8) as f:
with open(CONFIG_DIR+'lastconnect.json', 'r',encoding='utf-8') as f:
last_dict = json.load(f)
else:
last_dict = {'path': '/usr/bin/v2ray',
Expand Down

0 comments on commit 915e849

Please sign in to comment.