Logs currently throws TypeError: _get_data() got an unexpected keyword argument 'id_override' when calling.
Removing the unnecessary id_override=id_override on line 18 will resolve this bug.
Should id_override=0 on line 14 be left as an acceptable input argument for potential future compatibility or removed now and re-added if/when it is actually usable? I'm leaning towards remove.
Logs currently throws
TypeError: _get_data() got an unexpected keyword argument 'id_override'when calling.Removing the unnecessary
id_override=id_overrideon line 18 will resolve this bug.Should
id_override=0on line 14 be left as an acceptable input argument for potential future compatibility or removed now and re-added if/when it is actually usable? I'm leaning towards remove.