It's not enough to simple say that we're skipping. We have to actually skip.
This commit is contained in:
parent
1161cb2c64
commit
0d4daa0d8c
1 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue