aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-01-04 15:28:51 +0300
committerGitHub <noreply@github.com>2023-01-04 15:28:51 +0300
commitc923de0e0598dfb0ad7c5abc6cdab6cd04045320 (patch)
tree9273c016029888c1555e4bcdba3b324dd2be4455 /modules
parent642142556d8ecdea9beb86d7618b628b1803ab98 (diff)
parentf23a822f1c9cb3bd2e8772c75af429e06515eaef (diff)
Merge pull request #5969 from philpax/include-job-timestamp-in-progress-api
feat(api): include job_timestamp in progress
Diffstat (limited to 'modules')
-rw-r--r--modules/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared.py b/modules/shared.py
index 9c9fd857..4fcc6edd 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -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,