Normalise fields in processing and remove invalid characters
This commit is contained in:
12
monolith.py
12
monolith.py
@@ -16,13 +16,13 @@ if not token:
|
||||
|
||||
|
||||
async def main(loop):
|
||||
log.info("Starting Discord handler.")
|
||||
client = DiscordClient()
|
||||
loop.create_task(client.start(token))
|
||||
# log.info("Starting Discord handler.")
|
||||
# client = DiscordClient()
|
||||
# loop.create_task(client.start(token))
|
||||
|
||||
log.info("Starting 4chan handler.")
|
||||
chan = Chan4()
|
||||
loop.create_task(chan.run())
|
||||
# log.info("Starting 4chan handler.")
|
||||
# chan = Chan4()
|
||||
# loop.create_task(chan.run())
|
||||
|
||||
log.info("Starting ingest handler.")
|
||||
ingest = Ingest()
|
||||
|
||||
Reference in New Issue
Block a user