Skip to content

Commit ffdf43b

Browse files
author
Trevor Martin
committed
clean up
1 parent e0b6923 commit ffdf43b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonforandroid/recipes/websocket-client/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99

1010
class WebSocketClient(Recipe):
11+
1112
url = 'https://github.com/debauchery1st/websocket-client/raw/master/websocket_client-0.40.0.tar.gz'
12-
# url = 'https://pypi.python.org/packages/a7/2b/0039154583cb0489c8e18313aa91ccd140ada103289c5c5d31d80fd6d186/websocket_client-0.40.0.tar.gz'
13+
1314
version = '0.40.0'
1415
# md5sum = 'f1cf4cc7869ef97a98e5f4be25c30986'
1516

0 commit comments

Comments
 (0)