Bug fixes, routing key change

This commit is contained in:
2019-08-26 21:36:49 -04:00
parent 87fa735e7f
commit 2890222c4d
2 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,8 @@ LINK_RE = re.compile(r"(https?://[\w\-_.]+\.[a-z]{2,4}([^\s<'\"]*|$))")
def post_process(thing, board, helper):
thing["v"] = 1.0
thing["v"] = 1.1
thing["_id"] = int(thing["no"])
thing["board"] = board
thing["chan"] = helper.db_id