Skip to content

Commit e539f4c

Browse files
Fix renamed variable to be generic
1 parent 3869df6 commit e539f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jamf2snipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,4 +935,4 @@ for jamf_type in jamf_types:
935935
update_jamf_mobiledevice_asset_tag("{}".format(jamf['general']['id']), '{}'.format(snipe['rows'][0]['asset_tag']))
936936
logging.info("Device is a mobile device, updating the mobile device record")
937937

938-
logging.debug('Total amount of API calls made: {}'.format(snipe_api_count))
938+
logging.debug('Total amount of API calls made: {}'.format(api_count))

0 commit comments

Comments
 (0)