nikhilkumarrathi / cryptotrader-telegram

A Telegram bot written in Python which provides various Cryptocurrency Trading features, and Technical Analysis using Binance API.
MIT License
52 stars 19 forks source link

python 3.8 is not supported #3

Closed Bha91 closed 3 years ago

Bha91 commented 3 years ago

python 3.8 is not supported because of using time_ns() in commands.py. I got 'time' has no attribute 'time_ns' but is ok on python 3.7