mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +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
|
||||
self._instances.append(self)
|
||||
|
||||
def setTimeout():
|
||||
def setTimeout(self):
|
||||
try:
|
||||
self.conn.settimeout(conf.supybot.drivers.poll())
|
||||
except Exception:
|
||||
|
Loading…
Reference in New Issue
Block a user