Fix width property
This commit is contained in:
parent
c6f0a17d34
commit
45104ebf48
@ -18,7 +18,7 @@ class RuntimeConfig:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def width(self):
|
def width(self):
|
||||||
return self.config.height
|
return self.config.width
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def guidance(self):
|
def guidance(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user