this repo has no description

ratio: add 1 to denominator

+1 -1
+1 -1
feeds/ratio.py
··· 17 17 quoteposts, 18 18 likes, 19 19 reposts, 20 - ( replies + quoteposts ) / ( likes + reposts ) as ratio, 20 + ( replies + quoteposts ) / ( likes + reposts + 1 ) as ratio, 21 21 exp( -1 * ( ( unixepoch('now') - create_ts ) / ( 3600.0 * 16 ) ) ) as decay 22 22 from posts 23 23 )