fix message window a path errors

This commit is contained in:
2025-05-07 20:25:09 +02:00
parent c56b42df3e
commit f4a51f0050
7 changed files with 724 additions and 299 deletions

View File

@ -1,7 +1,8 @@
#!/usr/bin/python3
"""
This script belongs to wirepy and is for the auto start of the tunnel
This script belongs to wirepy and is for the auto start of the tunnel
"""
from pathlib import Path
from subprocess import check_call