This commit is contained in:
2025-09-19 17:03:17 +02:00
parent 43a3abd787
commit 24cfdb6a4f

View File

@@ -35,7 +35,7 @@ import sys
import io import io
import os import os
version="1.4" version="1.4beta"
ip_address=subprocess.run(['hostname', '-I'], check=True, capture_output=True, text=True).stdout.strip() ip_address=subprocess.run(['hostname', '-I'], check=True, capture_output=True, text=True).stdout.strip()
welcome="\n┌────────────────────────────────────────┐\n"+colored("!!!Warning!!!", "red", attrs=['bold','blink'])+colored("\n│ This script is experimental │\n│ │\n│ Products are provided strictly \"as-is\"\n│ without any other warranty or guaranty │\n│ of any kind. │\n└────────────────────────────────────────┘\n","yellow", attrs=['bold']) welcome="\n┌────────────────────────────────────────┐\n"+colored("!!!Warning!!!", "red", attrs=['bold','blink'])+colored("\n│ This script is experimental │\n│ │\n│ Products are provided strictly \"as-is\"\n│ without any other warranty or guaranty │\n│ of any kind. │\n└────────────────────────────────────────┘\n","yellow", attrs=['bold'])
config = configparser.ConfigParser() config = configparser.ConfigParser()