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

Update line length to 79

parent 42006c9e
No related branches found
No related tags found
3 merge requests!147Merge previous default branch feat-cod-rmq into main,!104Merging feat-cod- to feat-prod,!103Feat var db path
......@@ -159,9 +159,7 @@ def task_manager(ch, method, properties, body):
if user_db:
# Restore task status
current["request"]["create_account"] = user_db[
"create_account"
]
current["request"]["create_account"] = user_db["create_account"]
current["verify"]["git_commit"] = user_db["git_commit"]
current["verify"]["dir_verify"] = user_db["dir_verify"]
current["verify"]["subscribe_mail_list"] = user_db[
......
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