mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +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)
|
edid = _Edid(options.path)
|
||||||
changed = False
|
changed = False
|
||||||
|
|
||||||
for cmd in dir(options):
|
for cmd in dir(_Edid):
|
||||||
if cmd.startswith("set_"):
|
if cmd.startswith("set_"):
|
||||||
value = getattr(options, cmd)
|
value = getattr(options, cmd)
|
||||||
if value is not None:
|
if value is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user