small typo fix for "windows" vrs "Windows"

pull/178/head
Tasha Upchurch 10 months ago
parent 5f35f68b4d
commit 5cf7589209

@ -67,7 +67,7 @@ class Tts:
urllib.request.urlretrieve(asset_url, os.path.join(PIPER_FOLDER_PATH, PIPER_ASSETNAME))
# Extract the downloaded file
if OS == "Windows":
if OS == "windows":
import zipfile
with zipfile.ZipFile(os.path.join(PIPER_FOLDER_PATH, PIPER_ASSETNAME), 'r') as zip_ref:
zip_ref.extractall(path=PIPER_FOLDER_PATH)

Loading…
Cancel
Save