From 9b1f482a217306ff25d45ac952244e8111071810 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 15 Jul 2023 12:16:32 +0530 Subject: [PATCH] fix post update --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 5cf0dfca..e4c2a644 100755 --- a/update.py +++ b/update.py @@ -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: