kelvinau / crypto-arbitrage

Automatic Cryptocurrency Trading Bot using Triangular or Exchange Arbitrages
MIT License
713 stars 193 forks source link

Always mode nog recognized error #3

Closed normanu closed 6 years ago

normanu commented 6 years ago

No matter what I try, I always get,

python main.py -m triangular File "main.py", line 25 print 'Mode {0} is not recognized'.format(args.mode)

Is there something I am missing?

kelvinau commented 6 years ago

Are you using python 3? Someone told me that was related.

normanu commented 6 years ago

You sir are correct, works with Python2 :)