From e00ad81c5ef999eb2b40ea6a6f7ed4369b92a7fc Mon Sep 17 00:00:00 2001 From: Leon Bohmann Date: Wed, 1 Dec 2021 13:49:24 +0100 Subject: [PATCH] use more fancy busySymbols --- zspotify/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zspotify/utils.py b/zspotify/utils.py index bc1f279..ee20cec 100644 --- a/zspotify/utils.py +++ b/zspotify/utils.py @@ -300,7 +300,7 @@ class Loader: # do something pass """ - def __init__(self, desc="Loading...", end='', timeout=0.3, mode='std2'): + def __init__(self, desc="Loading...", end='', timeout=0.1, mode='std1'): """ A loader-like context manager