mirror of
https://github.com/simon987/chan_feed.git
synced 2025-12-14 21:09:03 +00:00
Link to parent, version bump, add iichan
This commit is contained in:
4
run.py
4
run.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user