forked from 0x2620/pandora
fix update
This commit is contained in:
parent
84c2a3ac3c
commit
b13b621fd0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue