Merge pull request #5969 from philpax/include-job-timestamp-in-progress-api

feat(api): include job_timestamp in progress
This commit is contained in:
AUTOMATIC1111 2023-01-04 15:28:51 +03:00 committed by GitHub
commit c923de0e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,7 @@ class State:
"interrupted": self.interrupted,
"job": self.job,
"job_count": self.job_count,
"job_timestamp": self.job_timestamp,
"job_no": self.job_no,
"sampling_step": self.sampling_step,
"sampling_steps": self.sampling_steps,