Read me updated ...

This commit is contained in:
Alessandro Maggio
2021-01-19 19:18:13 +01:00
parent d81d416b5a
commit 84a0ada988

View File

@@ -28,7 +28,9 @@ For the bet system the script use Selenium (Chrome implemented but not tested as
```python
# -*- coding: utf-8 -*-
import logging
from TwitchChannelPointsMiner import TwitchChannelPointsMiner
from TwitchChannelPointsMiner.classes.Logger import LoggerSettings
from TwitchChannelPointsMiner.classes.Bet import Strategy, BetSettings
from TwitchChannelPointsMiner.classes.TwitchBrowser import Browser, BrowserSettings