mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-10 02:17:59 +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
|
import logging
|
||||||
|
|
||||||
from . import app
|
from . import app
|
||||||
from .irc import irc_bot
|
|
||||||
|
|
||||||
|
|
||||||
async def start_webserver():
|
async def start_webserver():
|
||||||
|
@ -19,7 +18,6 @@ async def start_webserver():
|
||||||
def main():
|
def main():
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
asyncio.ensure_future(start_webserver())
|
asyncio.ensure_future(start_webserver())
|
||||||
asyncio.ensure_future(irc_bot())
|
|
||||||
loop.run_forever()
|
loop.run_forever()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue