mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-12-16 08:26:17 +00:00
Update PeerJobLogger.py
This commit is contained in:
@@ -68,7 +68,10 @@ class PeerJobLogger:
|
|||||||
db.select(
|
db.select(
|
||||||
self.jobLogTable.c.JobID
|
self.jobLogTable.c.JobID
|
||||||
).where(
|
).where(
|
||||||
self.jobLogTable.c.Status == 'false'
|
db.or_(
|
||||||
|
self.jobLogTable.c.Status == 'false',
|
||||||
|
self.jobLogTable.c.Status == 0
|
||||||
|
)
|
||||||
).group_by(
|
).group_by(
|
||||||
self.jobLogTable.c.JobID
|
self.jobLogTable.c.JobID
|
||||||
).having(
|
).having(
|
||||||
|
|||||||
Reference in New Issue
Block a user