mirror of
https://github.com/Footsiefat/zspotify
synced 2021-12-21 22:06:14 +01:00
Fixed some tiny spelling erorrs
This commit is contained in:
parent
1589dc888d
commit
4efd15ed70
@ -82,7 +82,7 @@ def login():
|
|||||||
|
|
||||||
|
|
||||||
def client():
|
def client():
|
||||||
""" Connects to spotify to perform querys and get songs to download """
|
""" Connects to spotify to perform query's and get songs to download """
|
||||||
global QUALITY, SESSION
|
global QUALITY, SESSION
|
||||||
splash()
|
splash()
|
||||||
|
|
||||||
@ -444,7 +444,7 @@ def download_track(track_id_str: str, extra_paths=""):
|
|||||||
|
|
||||||
with open(filename, 'wb') as file:
|
with open(filename, 'wb') as file:
|
||||||
while True:
|
while True:
|
||||||
# Trys to read exactly 128kb at a time to be more efficient now
|
# Try's to read exactly 128kb at a time to be more efficient now
|
||||||
byte = stream.input_stream.stream().read(1024 * 128)
|
byte = stream.input_stream.stream().read(1024 * 128)
|
||||||
if byte == b'':
|
if byte == b'':
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user