Increment version

This commit is contained in:
55448286+taizan-hokuto@users.noreply.github.com
2019-11-03 10:58:49 +09:00
parent 48f07bdf34
commit af6b75669b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
pytchat
=======
@@ -35,6 +34,7 @@ while chat.is_alive():
### callback mode
```python
from pytchat import LiveChat
import time
chat = LiveChat("G1w62uEMZ74", callback = func)
while chat.is_alive():
@@ -115,6 +115,11 @@ Structure of each item which got from items() function.
<td>int</td>
<td>unixtime milliseconds</td>
</tr>
<tr>
<td>datetime</td>
<td>str</td>
<td></td>
</tr>
<tr>
<td>amountValue</td>
<td>float</td>