Commit cd2d6729 authored by Spiros Koulouzis's avatar Spiros Koulouzis

uncomment test

parent 0eb7e855
...@@ -98,12 +98,12 @@ def test_local(): ...@@ -98,12 +98,12 @@ def test_local():
print response print response
if __name__ == "__main__": if __name__ == "__main__":
test_local() # test_local()
# print sys.argv print sys.argv
# channel = init_chanel(sys.argv) channel = init_chanel(sys.argv)
# global queue_name global queue_name
# queue_name = sys.argv[2] queue_name = sys.argv[2]
# start(channel) start(channel)
# try: # 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