Skip to content

Commit

Permalink
removed printing magick numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dvida committed Jul 4, 2023
1 parent a7efa88 commit d644ff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RMS/Formats/FrameInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,6 @@ def __init__(self, dir_path, config, beginning_time=None, fps=None, detection=Fa


# Check the magick number for UWO PNGs
print(img[0][0], img[0][1])
if ((img[0][0] == 22121) and (img[0][1] == 17410)) \
or ((img[0][0] == 86) and (img[0][1] == 105)) \
or ((img[0][0] == 22121) and (img[0][1] == 17456)):
Expand Down

0 comments on commit d644ff6

Please sign in to comment.