fix update

This commit is contained in:
j 2023-07-15 19:09:38 +05:30
parent 84c2a3ac3c
commit b13b621fd0
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ if __name__ == "__main__":
run('./bin/pip', 'install', 'yt-dlp>=2022.3.8.2')
if old < 6465:
run('./bin/pip', 'install', '-r', 'requirements.txt')
if old < 6506:
if old < 6500:
run('./bin/pip', 'install', '-r', 'requirements.txt')
else:
if len(sys.argv) == 1: