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

Fix sleep not import error

parent 5c5cbcfe
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
...@@ -3,6 +3,7 @@ import argparse ...@@ -3,6 +3,7 @@ import argparse
from rc_rmq import RCRMQ from rc_rmq import RCRMQ
import json import json
from urllib.parse import quote from urllib.parse import quote
from time import sleep
rc_rmq = RCRMQ({"exchange": "RegUsr", "exchange_type": "topic"}) rc_rmq = RCRMQ({"exchange": "RegUsr", "exchange_type": "topic"})
tasks = { tasks = {
......
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