Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
Should fix AFTV/OUYA/etc
Browse files Browse the repository at this point in the history
  • Loading branch information
brysonreece committed Jun 30, 2014
1 parent 165ff0d commit 85e8202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/site-packages/stream/socks.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class socksocket(_BaseSocket):

default_proxy = None

"""Quick fix for proxy issue - brysonreece"""
"""Quick fix for proxy issue - brysonreece"""

def __init__(self, family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0, _sock=None):
if type not in socket.SOCK_STREAM or socket.SOCK_DGRAM:
Expand Down

0 comments on commit 85e8202

Please sign in to comment.