refactor chan.py, update endchan, add doushio

This commit is contained in:
2019-09-08 14:42:15 -04:00
parent 175d0bebaa
commit 18247d4139
15 changed files with 679 additions and 530 deletions

2
run.py
View File

@@ -10,7 +10,7 @@ from threading import Thread
import pika
import monitoring
from chan import CHANS
from chan.chan import CHANS
from post_process import post_process
from util import logger, Web