mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
dir fix
This commit is contained in:
parent
fa777cb0b2
commit
7832924aac
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user