nondanee / weiboPicDownloader

Download weibo images without logging-in
GNU General Public License v3.0
266 stars 63 forks source link

Logic of platform.version() >= '10.0.14393' is wrong #45

Closed fireattack closed 5 years ago

fireattack commented 5 years ago
platform.version()
'6.1.7601'
platform.version() >= '10.0.14393'
True

This results in colorama not properly loading in Win 7, thus sys.stdout.write('\r\033[K') doesn't work.

nondanee commented 5 years ago

👌