mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Misc small bug fixes
This commit is contained in:
@@ -191,7 +191,7 @@ class DashboardWindow:
|
||||
import io
|
||||
image_data = response.content
|
||||
image = Image.open(io.BytesIO(image_data))
|
||||
if self.server_proxy.hostname == hostname:
|
||||
if self.server_proxy.hostname == hostname and job_id == self.selected_job_id():
|
||||
self.set_image(image)
|
||||
except Exception as e:
|
||||
logger.error(f"error fetching image: {e}")
|
||||
|
||||
Reference in New Issue
Block a user