mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-06 09:41:19 -04:00
Remove =format strings for Python3.7 users
This commit is contained in:
parent
e791c4d744
commit
399e911f7f
2 changed files with 3 additions and 3 deletions
|
@ -879,7 +879,7 @@ class Album(Tracklist):
|
|||
elif self.client.source == "tidal":
|
||||
self.container = "AAC"
|
||||
else:
|
||||
raise Exception(f"{self.bit_depth=}, {self.sampling_rate=}")
|
||||
raise Exception(f"{self.bit_depth}, {self.sampling_rate}")
|
||||
|
||||
formatted_folder = clean_format(self.folder_format, self._get_formatter())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue