replace-old-files-with-new-files-and-remove-no longer needed

This commit is contained in:
2025-03-02 15:33:42 +01:00
parent 1bba45a6c1
commit 97bf9df041
10 changed files with 39 additions and 63 deletions

@ -2,7 +2,7 @@
from subprocess import check_call
from pathlib import Path
path_to_file = Path('/etc/wire_py/settings.conf')
path_to_file = Path(Path.home() / '.config/wire_py/settings')
with open(path_to_file, 'r') as a_con:
lines = a_con.readlines()