diff --git a/Python Version/Datamosher Pro v1.2.py b/Python Version/Datamosher Pro v1.2.py index eaa1190..84e8ec8 100644 --- a/Python Version/Datamosher Pro v1.2.py +++ b/Python Version/Datamosher Pro v1.2.py @@ -22,7 +22,6 @@ if missing: for x in range(len(missingset)): y=missingset[x] subprocess.Popen('python -m pip install '+y) - pass elif res=="no": print("Error: Required modules not available! \nWithout the modules you can't use this program. Please install them first!") sys.exit()