Unverified Commit 527886a3 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub
Browse files

Merge pull request #6135 from vladmandic/shared-state

fix shared state dictionary
parents 4af3ca53 46304834
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,