remove printing of item
This commit is contained in:
@@ -476,7 +476,6 @@ if __name__ == "__main__":
|
||||
for item in bitwarden_items:
|
||||
logger.debug("Working on item {} ({})".format(item['name'], item['id']))
|
||||
if "attachments" in item:
|
||||
print(item)
|
||||
logger.debug("Found {} attachments".format(len(item['attachments'])))
|
||||
attachment_folder_name = os.path.join(script_directory, "attachments", item['name'])
|
||||
for attachment in item['attachments']:
|
||||
|
||||
Reference in New Issue
Block a user