Skip to content
Snippets Groups Projects

correcting name of config file to rabbit_config

Merged Ravi Tripathi requested to merge github/fork/rtripath89/correct_config_file_name into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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]))
Loading