Link to parent, version bump, add iichan

This commit is contained in:
2019-09-14 11:10:09 -04:00
parent 8ef56871a9
commit 828a14ee98
14 changed files with 156 additions and 24 deletions

4
run.py
View File

@@ -15,6 +15,7 @@ from post_process import post_process
from util import logger, Web
MONITORING = True
BYPASS_RPS = False
class ChanScanner:
@@ -202,6 +203,9 @@ if __name__ == "__main__":
chan = sys.argv[2]
chan_helper = CHANS[chan]
if BYPASS_RPS:
chan_helper.rps = 10
if MONITORING:
monitoring.init()
state = ChanState()