diff --git a/update.py b/update.py index 136f10e3..72ad1db8 100755 --- a/update.py +++ b/update.py @@ -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: