Update install.py

This commit is contained in:
MrSanZz
2025-07-13 23:59:10 +07:00
committed by GitHub
parent 33ae49e489
commit 01b02259ea

View File

@@ -59,7 +59,7 @@ def main():
print('='*4+'Updating package'+'='*4)
up_package() if input('[~] Update package? Y/N: ').lower() == 'y' else print("[+] Skipping package update..")
print('='*4+'Checking update'+'='*4)
check_for_updates()
#check_for_updates()
print('='*4+'Downloading module'+'='*4)
for modules in module:
try: