Skip to content

Commit d672cdf

Browse files
fix linting
1 parent 24f60b9 commit d672cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/masonite/drivers/queue/DatabaseDriver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def consume(self):
101101
self.danger(
102102
f"[{job['id']}][{pendulum.now(tz=self.options.get('tz', 'UTC')).to_datetime_string()}] Job Failed"
103103
)
104-
104+
105105
job["attempts"] = int(job["attempts"])
106106

107107
if job["attempts"] + 1 < int(self.options.get("attempts", 1)):

0 commit comments

Comments
 (0)