mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 05:14:16 +02:00
appimage categories
This commit is contained in:
@@ -501,7 +501,7 @@ class GetScreenshots(AsyncAction):
|
||||
for url in screenshots:
|
||||
res = self.http_client.get(url)
|
||||
|
||||
if res and res.status_code == 200:
|
||||
if res and res.status_code == 200 and res.content:
|
||||
pixmap = QPixmap()
|
||||
pixmap.loadFromData(res.content)
|
||||
imgs.append(pixmap)
|
||||
|
||||
Reference in New Issue
Block a user