mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 05:41:35 +01:00
fix: add missing comment to stream blocks
This commit is contained in:
3
vm.py
3
vm.py
@@ -68,7 +68,8 @@ class VM:
|
|||||||
self.ip = portStruct["ip"]
|
self.ip = portStruct["ip"]
|
||||||
|
|
||||||
component = template.render(targetip=self.ip, udp=isUDP, portstring=portstring,
|
component = template.render(targetip=self.ip, udp=isUDP, portstring=portstring,
|
||||||
transparent=transparent, proxy_timeout=proxy_timeout)
|
transparent=transparent, proxy_timeout=proxy_timeout,
|
||||||
|
comment=compositeName)
|
||||||
components.append(component)
|
components.append(component)
|
||||||
|
|
||||||
return components
|
return components
|
||||||
|
|||||||
Reference in New Issue
Block a user