Skip to content

Commit

Permalink
Upgraded deps, additional small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RineshRamadhin committed Feb 3, 2022
1 parent 07f5687 commit bd7c86f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


# Build information of the Web DL API
VERSION = '2.18.2'
VERSION = '2.18.3'
REPOSITORY = 'https://github.com/web-dl-tools/api.git'

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ markdown==3.3.6
celery==5.2.3
redis==3.5.3

yt-dlp==2021.12.27
yt-dlp==2022.1.21
python-qbittorrent==0.4.2
selenium==4.1.0
2 changes: 1 addition & 1 deletion src/application/management/commands/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def handle(self, *args, **options):
for user in users:
self.stdout.write(f"Processing user {user.id} ({user.username})...")
self.__clean_logs(user)
self.stdout.write(f"Finished with user {user.id}.")
self.stdout.write(f"Finished with user.")

self.stdout.write(self.style.SUCCESS("Finished cleanup."))

Expand Down

0 comments on commit bd7c86f

Please sign in to comment.