File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
v202102/targeting_preset_service
v202105/targeting_preset_service
v202108/targeting_preset_service Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def main(client):
3737 for targeting_preset in response ['results' ]:
3838 # Print out some information for each targeting preset.
3939 print (
40- 'Targeting preset with ID "%s " and name "%d " was found.\n '
40+ 'Targeting preset with ID "%d " and name "%s " was found.\n '
4141 % (targeting_preset ['id' ], targeting_preset ['name' ]))
4242 statement .offset += statement .limit
4343 else :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def main(client):
3737 for targeting_preset in response ['results' ]:
3838 # Print out some information for each targeting preset.
3939 print (
40- 'Targeting preset with ID "%s " and name "%d " was found.\n '
40+ 'Targeting preset with ID "%d " and name "%s " was found.\n '
4141 % (targeting_preset ['id' ], targeting_preset ['name' ]))
4242 statement .offset += statement .limit
4343 else :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def main(client):
3737 for targeting_preset in response ['results' ]:
3838 # Print out some information for each targeting preset.
3939 print (
40- 'Targeting preset with ID "%s " and name "%d " was found.\n '
40+ 'Targeting preset with ID "%d " and name "%s " was found.\n '
4141 % (targeting_preset ['id' ], targeting_preset ['name' ]))
4242 statement .offset += statement .limit
4343 else :
You can’t perform that action at this time.
0 commit comments