Yet another typo fix.

This commit is contained in:
Ralph Bean 2013-09-04 18:38:37 +00:00
parent 097c7b2414
commit 72daf52395

View file

@ -93,7 +93,7 @@ def main():
}
# First, some validation that the badge ids actually exist.
for k, v in mapping.items():
for fas_group, badge_id in mapping.items():
badge = tahrir.get_badge(badge_id=badge_id)
assert(badge.id)