Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Jun 23, 2024
1 parent 5f4ad55 commit d74fcde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scdl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- encoding: utf-8 -*-
"""Python Soundcloud Music Downloader."""
__version__ = "v2.9.0"
__version__ = "v2.9.1"
2 changes: 1 addition & 1 deletion scdl/scdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
FileLockTimeout = filelock.Timeout
else:

class FileLockTimeout:
class FileLockTimeout(Exception):
pass


Expand Down

0 comments on commit d74fcde

Please sign in to comment.