new format little fixes icons sort add policy add .desktop File install Part 2
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
from subprocess import check_call
|
||||
from pathlib import Path
|
||||
|
||||
path_to_file = Path.home() / '.config/wire_py/wg_py'
|
||||
path_to_file = Path('/etc/wire_py/wg_py')
|
||||
|
||||
if Path.exists(path_to_file):
|
||||
a_con = Path.read_text(path_to_file)
|
||||
|
Reference in New Issue
Block a user