1.4beta
This commit is contained in:
2
main.py
2
main.py
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user