billy-yoyo / RainbowSixSiege-Python-API

Asynchronous python api for rainbow six siege (r6sapi)
MIT License
130 stars 31 forks source link

Updated gettingstarted.rst to match quick example code from README. #81

Closed CtrlAltMech closed 1 year ago

CtrlAltMech commented 3 years ago

"@coroutine" decorator is deprecated since Python 3.8, use "async def" instead. Making this change seems to be what the README now reflects.