Skip to content
Snippets Groups Projects

Update create account script

Merged Bo-Chun Chen requested to merge github/fork/diedpigs/fix-create-account-script into feat-cod-rmq

use argparse library to take command line arguments implement its own callback function for rabbitmq update consume function in rc_util to take routing_key as argument

I was going to modify worker in rc_util, I think it is considered an example and is designed for dev environment. Therefore, I modify create_account.py instead.

All feedback are welcome.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 #!/usr/bin/env python
2 import sys
1 #!/usr/bin/env python3
3 2 import rc_util
3 import argparse
4 4
  • Created by: rtripath89

    Please check the merge conflict

  • Merged by: rtripath89 at 2020-10-13 20:26:56 UTC

  • Please register or sign in to reply
    Loading