Skip to content

Commit

Permalink
Update get_all_targeting_presets.py (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcotrina94 authored May 7, 2020
1 parent baaeb39 commit 41c17a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main(client):
for targeting_preset in response['results']:
# Print out some information for each targeting preset.
print(
'Targeting preset with ID "%s" and name "%d" was found.\n'
'Targeting preset with ID "%d" and name "%s" was found.\n'
% (targeting_preset['id'], targeting_preset['name']))
statement.offset += statement.limit
else:
Expand Down

0 comments on commit 41c17a8

Please sign in to comment.