Fix indentation error while merging PRs

This commit is contained in:
Orsiris de Jong 2019-05-17 13:18:30 +02:00 committed by GitHub
parent 4d137e19c4
commit f563f01ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1636,7 +1636,7 @@ class Button(Element):
self.TKCal.pack(expand=1, fill='both')
root.update()
if type(Window.user_defined_icon) is bytes:
if type(Window.user_defined_icon) is bytes:
calendar_icon = tkinter.PhotoImage(data=Window.user_defined_icon)
else:
calendar_icon = DEFAULT_BASE64_ICON