fix post update
This commit is contained in:
parent
0d0770802c
commit
fa42623c8a
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ if __name__ == "__main__":
|
|||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||
update_service('pandora-encoding')
|
||||
update_service('pandora-tasks')
|
||||
if old < 5972:
|
||||
if old < 5975:
|
||||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||
else:
|
||||
if len(sys.argv) == 1:
|
||||
|
|
Loading…
Reference in a new issue