Gorkem E.

Results 2 issues of Gorkem E.

I'm trying to run a sample code given by the author.. ``` import asyncio from binance import AsyncClient async def main(): client = await AsyncClient.create() exchange_info = await client.get_exchange_info() tickers...

Under the create_frame function, we are converting 'levelno' field to 'severity' by dividing by 10 and then converting to integer, as in below; `frame['severity'] = int(r['levelno'] / 10)` in doing...