Merge pull request #1758 from freqtrade/fix/rpcheader

Missing /daily header
This commit is contained in:
Misagh
2019-04-12 10:45:56 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
"""
This script was adapted from ccxt here:
https://github.com/ccxt/ccxt/blob/master/examples/py/arbitrage-pairs.py
"""
import os
import sys