subject-f / cubarimoe

GNU Affero General Public License v3.0
60 stars 17 forks source link

Add ASGI Support #30

Open Einlion opened 6 months ago

Einlion commented 6 months ago

A lot of it is just lint :p I think I've migrated most of the things and bumped the libraries while I was at it. I've tested mangasee, mangadex, catbox, and nh and they seem fine, so hopefully everything works fine.

On top of my head, I'm creating aiohttp client session everytime which I believe is not a good thing but I'll have to research a bit into Django to understand how to have a common session across requests.