Updated readme again

This commit is contained in:
NandaScott 2019-09-25 20:38:16 -04:00
parent 8ba41ca28a
commit 6f93d8f985
1 changed files with 0 additions and 4 deletions

View File

@ -51,7 +51,3 @@ The simplest way to prevent sending too many requests too quickly is the followi
>>> time.sleep(0.1)
>>> card = scrython.cards.Random()
Or in asyncronous applications:
>>> await asyncio.sleep(0.1)
>>> card = scrython.cards.Random()