Barker404 / wordall

MIT License
0 stars 0 forks source link

Bug: Unclosed client session after TUI closed #23

Open Barker404 opened 1 day ago

Barker404 commented 1 day ago

After exiting the TUI with ctrl+c the following terminal output appears:

Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x74f172f22690>

This does not occur if the textual console is open.

This behaviour began in 106fc4fc84cff1ac47608adc3b781cbb24b169c5 (confirmed with bisect)