exif
This commit is contained in:
@@ -9,6 +9,9 @@ def info(file_name):
|
||||
ret += str(dane)
|
||||
except:
|
||||
ret += "Bład pliku"
|
||||
|
||||
return ret
|
||||
|
||||
print(info("images/IMG_123311x.jpg"))
|
||||
print(info("images/IMG_1233.jpg"))
|
||||
print(info("d_01.py"))
|
||||
Reference in New Issue
Block a user