mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-12 11:31:03 +01:00
Let's give the runner driver a name.
This commit is contained in:
parent
56dc087b20
commit
688993a3b6
@ -46,6 +46,9 @@ import supybot.drivers as drivers
|
||||
import supybot.schedule as schedule
|
||||
|
||||
class AsyncoreRunnerDriver(drivers.IrcDriver):
|
||||
def name(self):
|
||||
return self.__class__.__name__
|
||||
|
||||
def run(self):
|
||||
try:
|
||||
timeout = conf.supybot.drivers.poll()
|
||||
|
Loading…
x
Reference in New Issue
Block a user