Normalise fields in processing and remove invalid characters
This commit is contained in:
@@ -8,6 +8,10 @@ import util
|
||||
from processing import process
|
||||
|
||||
SOURCES = ["4ch", "irc", "dis"]
|
||||
# DEBUG CODE REMOVE ME
|
||||
SOURCES.remove("4ch")
|
||||
SOURCES.remove("dis")
|
||||
# DEBUG CODE REMOVE ME
|
||||
KEYPREFIX = "queue."
|
||||
|
||||
# Chunk size per source (divide by len(SOURCES) for total)
|
||||
|
||||
Reference in New Issue
Block a user