Merge pull request #6135 from vladmandic/shared-state

fix shared state dictionary
This commit is contained in:
AUTOMATIC1111 2022-12-31 10:52:05 +03:00 committed by GitHub
commit 527886a33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class State:
def dict(self):
obj = {
"skipped": self.skipped,
"interrupted": self.skipped,
"interrupted": self.interrupted,
"job": self.job,
"job_count": self.job_count,
"job_no": self.job_no,