Herb Brewer

Results 2 issues of Herb Brewer

## What do these changes do? the result of those two code blocks are not the same. ```python import aiohttp jar = aiohttp.CookieJar(quote_cookie=False) async with aiohttp.ClientSession(cookie_jar=jar, cookies=cookies) as session: async...

bot:chronographer:provided