Reformat
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
import asyncio
|
||||
|
||||
import ujson
|
||||
|
||||
import db
|
||||
import util
|
||||
import ujson
|
||||
import asyncio
|
||||
|
||||
SOURCES = ["irc"]
|
||||
KEYPREFIX = "queue."
|
||||
CHUNK_SIZE = 1000
|
||||
ITER_DELAY = 0.5
|
||||
|
||||
|
||||
class Ingest(object):
|
||||
def __init__(self):
|
||||
name = self.__class__.__name__
|
||||
|
||||
Reference in New Issue
Block a user