Added server password stuff from Javier.
This commit is contained in:
@@ -113,7 +113,7 @@ def f_title(self, origin, match, args):
|
||||
return
|
||||
|
||||
u = urllib2.urlopen(req)
|
||||
bytes = u.read(32768)
|
||||
bytes = u.read(262144)
|
||||
u.close()
|
||||
|
||||
except IOError:
|
||||
|
||||
Reference in New Issue
Block a user