This commit is contained in:
7x11x13
2024-06-23 19:07:03 -04:00
parent 5f4ad5582d
commit d74fcde85d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# -*- encoding: utf-8 -*-
"""Python Soundcloud Music Downloader."""
__version__ = "v2.9.0"
__version__ = "v2.9.1"

View File

@@ -98,7 +98,7 @@ if os.name == "nt":
FileLockTimeout = filelock.Timeout
else:
class FileLockTimeout:
class FileLockTimeout(Exception):
pass