fix post update

This commit is contained in:
j 2023-07-15 12:16:32 +05:30
parent bea0d301a4
commit 9b1f482a21
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 < 6507:
if old < 6506:
run('./bin/pip', 'install', '-r', 'requirements.txt')
else:
if len(sys.argv) == 1: