line formatted for better reading

This commit is contained in:
2025-04-25 17:37:04 +02:00
parent f9ecd54e0a
commit f6204c9071
7 changed files with 117 additions and 364 deletions

View File

@ -9,7 +9,7 @@ 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
# This function is for the independent autostarted of the previously selected tunnel
lines = a_con.readlines()
a_con = lines[7].strip()
if a_con != "off":