It's not enough to simple say that we're skipping. We have to actually skip.

This commit is contained in:
Ralph Bean 2013-12-11 19:07:45 +00:00
parent 1161cb2c64
commit 0d4daa0d8c

View file

@ -212,6 +212,7 @@ def main():
if person in cache:
if cache[person] in already_has_it:
print("Skipping %r" % cache[person])
continue
print(" *", cache[person], "gets the badge")
already_has_it.append(cache[person])