Skip to content

Commit c792c7b

Browse files
committed
version 0.9.2.6
- fixing get_cache = True by default
1 parent a003c14 commit c792c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyradio/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ class PyRadioUpdate(object):
833833

834834
_delete_dir_limit = 0
835835

836-
_get_cache = True
836+
_get_cache = False
837837

838838
def __init__(self,
839839
package=0,

0 commit comments

Comments
 (0)