new youtube-dl version
This commit is contained in:
parent
814f98a571
commit
4e1e6e3b17
2 changed files with 3 additions and 1 deletions
|
|
@ -297,6 +297,8 @@ if __name__ == "__main__":
|
|||
run_sql(sql)
|
||||
run(join(base, 'pandora/manage.py'), 'migrate', 'system')
|
||||
run(join(base, 'pandora/manage.py'), 'update_geoip')
|
||||
if old <= 6383:
|
||||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||
else:
|
||||
if len(sys.argv) == 1:
|
||||
branch = get_branch()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue