mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
Remove old TODO
This commit is contained in:
parent
2c17d6988f
commit
c809d70c68
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ def get_vnc_targets():
|
|||
|
||||
def add_vnc_target(node, port):
|
||||
# TODO (willnilges): This doesn't throw an error if the target file is wrong.
|
||||
# TODO (willnilges): This will duplicate targets
|
||||
targets = get_vnc_targets()
|
||||
target = next((target for target in targets if target['host'] == f'{node}:{port}'), None)
|
||||
if target:
|
||||
|
|
Loading…
Reference in a new issue