Files
wallabag-api-client/wallabag_api/wallabag.py
Quentin THEURET 17b1860b33 [FIX] Fix KeyError when a kwargs key is not defined
In patch_entry() method, if 'star' is not given in kwargs, there is a KeyError in __get_attr() method because we try to retrieve kwargs[what] when 'what' is not in kwargs.
2018-09-02 14:58:23 +02:00

19 KiB