Commit cd2d6729 authored by Spiros Koulouzis's avatar Spiros Koulouzis

uncomment test

parent 0eb7e855
......@@ -98,12 +98,12 @@ def test_local():
print response
if __name__ == "__main__":
test_local()
# print sys.argv
# channel = init_chanel(sys.argv)
# global queue_name
# queue_name = sys.argv[2]
# start(channel)
# test_local()
print sys.argv
channel = init_chanel(sys.argv)
global queue_name
queue_name = sys.argv[2]
start(channel)
# try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment