mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
dir fix
This commit is contained in:
@@ -186,7 +186,7 @@ def main(argv: Optional[List[str]]=None) -> None:
|
||||
edid = _Edid(options.path)
|
||||
changed = False
|
||||
|
||||
for cmd in dir(options):
|
||||
for cmd in dir(_Edid):
|
||||
if cmd.startswith("set_"):
|
||||
value = getattr(options, cmd)
|
||||
if value is not None:
|
||||
|
||||
Reference in New Issue
Block a user