pubbot: only listen on this year's channel

the other one was last year's
pull/438/head
Mike Lang 2 weeks ago
parent 177fad17e2
commit f2a6420634

@ -15,7 +15,8 @@ def stream():
tt = 0
tr = 0
while True:
channels = ",".join(["total:JNQGRZPRCSSJ", "total:RZZQRDQNLNLW"])
channels = ["total:RZZQRDQNLNLW"]
channels = ",".join(channels)
resp = session.get(f"https://ps8.pndsn.com/v2/subscribe/sub-cbd7f5f5-1d3f-11e2-ac11-877a976e347c/{channels}/0",
params={
"tt": tt,

Loading…
Cancel
Save