Skip to content

Commit

Permalink
put temp location of printed image attachment in map
Browse files Browse the repository at this point in the history
put temp location of printed image attachment in map
  • Loading branch information
RNRetailer committed Jul 12, 2024
1 parent 22c8d66 commit 4a0e532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal_gmail_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def read_new_messages():

if should_display == 'P':
if attachment_is_image:
display_attachment(attachment, downloaded_attachment_location_map)
downloaded_attachment_location_map[filename] = display_attachment(attachment, downloaded_attachment_location_map)
else:
attachment_content = content.decode('utf8')

Expand Down

0 comments on commit 4a0e532

Please sign in to comment.