Fix width property

This commit is contained in:
filipstrand 2024-08-20 23:22:25 +02:00
parent c6f0a17d34
commit 45104ebf48

View File

@ -18,7 +18,7 @@ class RuntimeConfig:
@property
def width(self):
return self.config.height
return self.config.width
@property
def guidance(self):