Ircbot maybe-fix. Third times the charm? (#485)

This commit is contained in:
Víðir Valberg Guðmundsson 2020-03-10 20:16:46 +01:00 committed by GitHub
parent 37a2fb6a93
commit 5f55abc6bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ class Plugin(object):
# custom irc3 methods below here
@irc3.extend
def do_stuff(self):
async def do_stuff(self):
"""
Main periodic method called every N seconds.
"""