Skip to content
Snippets Groups Projects
Commit 83266039 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

correcting name of config file to rabbit_config

parent fed3f534
No related branches found
No related tags found
2 merge requests!23Feat resolve uid gid,!10correcting name of config file to rabbit_config
......@@ -3,7 +3,7 @@ import pika
import sys
import socket
import json
import rabbitmq_config as rcfg
import rabbit_config as rcfg
if len(sys.argv) < 3:
sys.stderr.write("Usage: {} TAG USERNAME ".format(sys.argv[0]))
......
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