Fuyukai / Kyoukai

[OLD] A fully async web framework for Python3.5+ using asyncio
https://mirai.veriny.tf
MIT License
298 stars 14 forks source link

Request has no attribute 'source' #13

Closed Martmists-GH closed 7 years ago

Martmists-GH commented 7 years ago

This is from the docs, yet my console reports AttributeError: 'Request' object has no attribute 'source'

using latest version of Kyoukai from git fyi

Fuyukai commented 7 years ago

This should be corrected within 2.0 (with whatever the new property on the Werkzeug request is) on the uWSGI worker by default - I'll make sure to add that to the default httptools worker tonight.