Skip to content

Commit d992dc2

Browse files
committed
Fix example in readme
1 parent 2f0ca45 commit d992dc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ The following algorithm connects to binance and buys BTC every 5 seconds. It als
3838

3939
```python
4040
import logging
41+
import logging.config
42+
4143
from investing_algorithm_framework import create_app, PortfolioConfiguration, \
4244
TimeUnit, CCXTOHLCVMarketDataSource, Algorithm, \
4345
CCXTTickerMarketDataSource, MarketCredential, DEFAULT_LOGGING_CONFIG

0 commit comments

Comments
 (0)