Diff
Differences From Artifact [8987f1daae]:
- File channels/favicon.py — part of check-in [9931f4e0e5] at 2015-05-16 01:47:25 on branch trunk — Use shorter domain names for homepage favicons again. (user: mario, size: 13501) [annotate] [blame] [check-ins using]
To Artifact [214b0ad098]:
- File channels/favicon.py — part of check-in [d10f61093f] at 2015-05-17 19:13:12 on branch trunk — Remove stray `print` statement (user: mario, size: 13472) [annotate] [blame] [check-ins using]
126 127 128 129 130 131 132 | 126 127 128 129 130 131 132 133 134 135 136 137 138 139 | - | continue # Ignore existing ["favicon"] filename if row.get("favicon") and False: pass # Cache image filename: have or can't have favicon_fn = row_to_fn(row) |