mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-26 04:32:51 +01:00
Socket: Add missing self argument to setTimeout.
This commit is contained in:
parent
2bcdfd069a
commit
277cbb6589
@ -333,7 +333,7 @@ class SocketDriver(drivers.IrcDriver, drivers.ServersMixin):
|
|||||||
return
|
return
|
||||||
self._instances.append(self)
|
self._instances.append(self)
|
||||||
|
|
||||||
def setTimeout():
|
def setTimeout(self):
|
||||||
try:
|
try:
|
||||||
self.conn.settimeout(conf.supybot.drivers.poll())
|
self.conn.settimeout(conf.supybot.drivers.poll())
|
||||||
except Exception:
|
except Exception:
|
||||||
|
Loading…
Reference in New Issue
Block a user