Revert accidental removal of bin/freqtrade. Remove 1 TODO and fix up docs

This commit is contained in:
enenn
2018-02-04 13:25:36 +01:00
parent 5c7d0ff1df
commit 1b57c6e8a5
3 changed files with 13 additions and 11 deletions

4
bin/freqtrade Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python3
from freqtrade.main import main
main()