[GH-ISSUE #20] Small bug in compare_images() function #17

Closed
opened 2026-02-27 20:05:00 +03:00 by kerem · 1 comment
Owner

Originally created by @jl-nr on GitHub (Nov 30, 2025).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/20

I was messing around with your tool and realized there's something funky with the detection of changes in images. Turns out it's checking file1 twice: if not os.path.isfile(file1) or not os.path.isfile(file1). See PR #19

Originally created by @jl-nr on GitHub (Nov 30, 2025). Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/20 I was messing around with your tool and realized there's something funky with the detection of changes in images. Turns out it's checking file1 twice: `if not os.path.isfile(file1) or not os.path.isfile(file1)`. See PR #19
kerem closed this issue 2026-02-27 20:05:01 +03:00
Author
Owner

@misiektoja commented on GitHub (Nov 30, 2025):

Thx a lot, funny I have not noticed it. Just merged!

<!-- gh-comment-id:3593720874 --> @misiektoja commented on GitHub (Nov 30, 2025): Thx a lot, funny I have not noticed it. Just merged!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/instagram_monitor#17
No description provided.