mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 22:35:49 +03:00
[GH-ISSUE #20] Small bug in compare_images() function #17
Labels
No labels
Stale
Stale
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/instagram_monitor#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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@misiektoja commented on GitHub (Nov 30, 2025):
Thx a lot, funny I have not noticed it. Just merged!