fix in converter and fix in import for no valid files

This commit is contained in:
2025-04-21 09:39:35 +02:00
parent c58a630e25
commit 8896f59efd
4 changed files with 22 additions and 17 deletions

View File

@ -8,6 +8,7 @@ from subprocess import check_call
path_to_file = Path(Path.home() / ".config/wire_py/settings")
with open(path_to_file, "r", encoding="utf-8") as a_con:
# This funtion is for the independent autostart of the previously selected tunnel
lines = a_con.readlines()
a_con = lines[7].strip()