qwc-services / qwc-admin-gui

QWC Admin GUI
MIT License
1 stars 17 forks source link

Fix check_unused not working #44

Closed HusseinKabbout closed 2 years ago

HusseinKabbout commented 2 years ago

According to the doc request.args is a MultiDict[str, str] That means we have to check for "True" instead of True