Updated readme again
This commit is contained in:
parent
8ba41ca28a
commit
6f93d8f985
|
@ -51,7 +51,3 @@ The simplest way to prevent sending too many requests too quickly is the followi
|
||||||
>>> time.sleep(0.1)
|
>>> time.sleep(0.1)
|
||||||
>>> card = scrython.cards.Random()
|
>>> card = scrython.cards.Random()
|
||||||
|
|
||||||
Or in asyncronous applications:
|
|
||||||
|
|
||||||
>>> await asyncio.sleep(0.1)
|
|
||||||
>>> card = scrython.cards.Random()
|
|
||||||
|
|
Loading…
Reference in New Issue