james-see / iptcinfo3

iptcinfo working for python 3 finally do pip3 install iptcinfo3
51 stars 31 forks source link

Deprecated logger.warn to logger.warning #19

Closed mike-brady closed 3 years ago

mike-brady commented 4 years ago

The warn method is deprecated in the logging module. warning should be used instead. https://docs.python.org/3/library/logging.html