X-Git-Url: https://projects.mako.cc/source/iron-blogger/blobdiff_plain/6453bb4008557655500c8c3d42db48014b484c47..c86327cc1230da6c311b230c1f6c1707f5323eb1:/weekly-update.py diff --git a/weekly-update.py b/weekly-update.py index 8b60e52..eddb2c1 100755 --- a/weekly-update.py +++ b/weekly-update.py @@ -32,7 +32,7 @@ punt = [] with open('ledger', 'a') as f: f.write("\n") for (user, debt) in debts: - if debt < (FINE_SIZE * 6): continue + if debt <= (FINE_SIZE * 6): continue punt.append(user) f.write("""\ %(date)s Punt