mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-12 18:58:00 +00:00
kill more irc bot stuff
This commit is contained in:
parent
c91d0a6755
commit
5ab9ccf338
|
@ -3,7 +3,6 @@ import aiohttp.web
|
|||
import logging
|
||||
|
||||
from . import app
|
||||
from .irc import irc_bot
|
||||
|
||||
|
||||
async def start_webserver():
|
||||
|
@ -19,7 +18,6 @@ async def start_webserver():
|
|||
def main():
|
||||
loop = asyncio.get_event_loop()
|
||||
asyncio.ensure_future(start_webserver())
|
||||
asyncio.ensure_future(irc_bot())
|
||||
loop.run_forever()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue