Skip to content

v2.8.4 — Comprehensive None-stars guard

Choose a tag to compare

@inafev inafev released this 19 Jun 10:45

All .get('stars', 0) patterns in v2_optimizer.py replaced with .get('stars') or 0. Fixes TypeError: '>=' not supported between NoneType and int in _render_single_link and 13 other comparison/arithmetic sites.