Fixed README create_stream examples

pull/457/head
kompotkot 2021-11-25 13:07:29 +00:00
rodzic 801e9f0c75
commit ee81b7897c
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -58,9 +58,9 @@ In this case we will be receiving events from bottom of history to recent time i
# Continuing...
```
**From timestamp to timestamp, from bottom to top**
**From timestamp to timestamp, from top to bottom**
When `start_time` is less then `end_time`.
When `start_time` is greater then `end_time`.
```python
for events in mc.create_stream(
@ -80,9 +80,9 @@ Stream of event packs will be generating from recent timestamp to older and inne
[1637832676, ..., 1637830903]
```
**From timestamp to timestamp, from top to bottom**
**From timestamp to timestamp, from bottom to top**
When `start_time` is greater then `end_time`.
When `start_time` is less then `end_time`.
```python
for events in mc.create_stream(