master
haddaway 2012-10-21 14:48:42 -07:00
parent 8a332f1467
commit b968057eb4
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class ToorChatProtocol():
if isinstance(frequency, int): if isinstance(frequency, int):
self.device.setFreq(int(frequency)) self.device.setFreq(int(frequency))
def send_web_request(self, site = "", xid): def send_web_request(self, site = "", xid = None):
'''This is used to attempt to get anyone who is registered as a server to load a website on your behalf ''' '''This is used to attempt to get anyone who is registered as a server to load a website on your behalf '''
if site != "": if site != "":
request = ToorMessage(site, None, ToorChatProtocol.get_web_request_type(), xid) request = ToorMessage(site, None, ToorChatProtocol.get_web_request_type(), xid)