Update Datamosher Pro v1.2.py

This commit is contained in:
Akascape
2021-11-06 18:39:12 +05:30
committed by GitHub
parent 1f2e620540
commit 517a402c10

View File

@@ -22,6 +22,7 @@ if missing:
for x in range(len(missingset)): for x in range(len(missingset)):
y=missingset[x] y=missingset[x]
subprocess.Popen('python -m pip install '+y) subprocess.Popen('python -m pip install '+y)
sys.exit()
elif res=="no": elif res=="no":
print("Error: Required modules not available! \nWithout the modules you can't use this program. Please install them first!") print("Error: Required modules not available! \nWithout the modules you can't use this program. Please install them first!")
sys.exit() sys.exit()