summaryrefslogtreecommitdiff
path: root/game/python-extra/websock
AgeCommit message (Collapse)AuthorFilesLines
2020-12-17Replace websocket-client with ws4pyJesusaves18-3385/+0
Both are dead but well, Python 2.7 is dead, soooo
2020-12-15Modify websocket core because SSLSocket does not exist in Android.Jesusaves1-1/+7
So it must return False in a try:except loop
2020-12-09Websocket experimentJesusaves18-0/+3379