Skip to content

Commit

Permalink
python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Test committed Aug 22, 2017
1 parent b5ba052 commit d5a0c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion barCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ def main():

if __name__ == '__main__':
main()
print(myResults)
for person, res in myResults:
print(person, res)

# bg_view = ui.View()
# bg_view.name = '5S-godkjenning'
Expand Down

0 comments on commit d5a0c74

Please sign in to comment.