mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-06 04:41:58 +02:00
fix
This commit is contained in:
@@ -15,7 +15,7 @@ from utils.logger import SystemdLogger
|
||||
|
||||
|
||||
if not PYYAML_PRESENT:
|
||||
print("The required library 'pyyaml' is not installed.")
|
||||
print("Error: The required library 'pyyaml' is not installed.")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
|
||||
@@ -25,15 +25,15 @@ from utils.logger import SystemdLogger
|
||||
|
||||
|
||||
if not PROXMOXER_PRESENT:
|
||||
print("The required library 'proxmoxer' is not installed.")
|
||||
print("Error: The required library 'proxmoxer' is not installed.")
|
||||
sys.exit(1)
|
||||
|
||||
if not URLLIB3_PRESENT:
|
||||
print("The required library 'urllib3' is not installed.")
|
||||
print("Error: The required library 'urllib3' is not installed.")
|
||||
sys.exit(1)
|
||||
|
||||
if not REQUESTS_PRESENT:
|
||||
print("The required library 'requests' is not installed.")
|
||||
print("Error: The required library 'requests' is not installed.")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user