Skip to content

Instantly share code, notes, and snippets.

@minorsecond
Created April 25, 2015 11:07
Show Gist options
  • Save minorsecond/ebb607630745bb3c5f84 to your computer and use it in GitHub Desktop.
Save minorsecond/ebb607630745bb3c5f84 to your computer and use it in GitHub Desktop.
key_iter
for p_uuid in session.query(Clocktime.p_uuid).distinct():
times_dict = {'ID': p_uuid, 't_worked': 0}
print(times_dict)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment