Created
January 16, 2018 07:11
-
-
Save guillermo-menjivar/e7584261959d93a4b0f867b351ad2501 to your computer and use it in GitHub Desktop.
update commit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
125 if len(ips_to_update) > 0: | |
126 | |
127 while len(uuids_to_update) > 0: | |
128 print 'updating', len(uuids_to_update[:1000]) | |
129 update_records(analytic['id'], uuids_to_update[:1000]) | |
130 del uuids_to_update[:1000] | |
131 tag_conn.commit() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment