summaryrefslogtreecommitdiff
path: root/src/ampache
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-06-12 15:40:02 -0500
committerHombreLaser <sebastian-440@live.com>2022-06-12 15:40:02 -0500
commit13c803dedb9634479a7e46574f360bd3517eef50 (patch)
tree6a4434ac8c61cfa007af5bad7f45ac8e6c7c77c1 /src/ampache
parentb9254f5b9baf35107cae0c91cf9d979fbbfa14aa (diff)
Añadido archivo main
Diffstat (limited to 'src/ampache')
-rw-r--r--src/ampache/ampache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ampache/ampache.py b/src/ampache/ampache.py
index 64939d9..e74029d 100644
--- a/src/ampache/ampache.py
+++ b/src/ampache/ampache.py
@@ -160,7 +160,7 @@ class AmpacheClient:
}
data = self.request(params, headers)
- with open(destination, 'wb') as song:
+ with open(destination, 'wb') as song:
song.write(data.content)
def renew_token(self):