Skip to content
Snippets Groups Projects
Commit 0aad78b8 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Remove trailing space

parent 88b18893
No related branches found
No related tags found
3 merge requests!147Merge previous default branch feat-cod-rmq into main,!98Feat GitHub action,!94WIP: Merge feat_prod_rmq with feat_cod_rmq
...@@ -30,7 +30,7 @@ def add_account(username, queuename, email, full="", reason=""): ...@@ -30,7 +30,7 @@ def add_account(username, queuename, email, full="", reason=""):
} }
) )
rc_rmq.disconnect() rc_rmq.disconnect()
def worker(ch, method, properties, body): def worker(ch, method, properties, body):
msg = json.loads(body) msg = json.loads(body)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment