We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e693d75 commit d4e4736Copy full SHA for d4e4736
1 file changed
usr/lib/webapp-manager/common.py
@@ -536,8 +536,8 @@ def download_favicon(url):
536
image = download_image(root_url, link)
537
if image is not None:
538
t = tempfile.NamedTemporaryFile(suffix=".png", delete=False)
539
- images.append([iconformat, image, t.name])
540
image.save(t.name)
+ images.append([iconformat, image, t.name])
541
542
except Exception as e:
543
print(e)
0 commit comments