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