Skip to content

Commit edadb09

Browse files
committed
alternative version string to download from sourceforge;
fixes kivy#573
1 parent bb14487 commit edadb09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pythonforandroid/util.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222

2323

2424
class ChromeDownloader(FancyURLopener):
25-
version = (
26-
'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 '
27-
'(KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36')
25+
version = ('Wget/1.17.1')
2826

2927
urlretrieve = ChromeDownloader().retrieve
3028

0 commit comments

Comments
 (0)