9 lines
256 B
Python
Executable File
9 lines
256 B
Python
Executable File
#
|
|
# All other Apps on the Robot (should be) installed as Docker containers. So a simple
|
|
# List of all Dockers should reveal which Apps are installed (with each Entry-Port)
|
|
#
|
|
|
|
|
|
|
|
print('{"Apps": [{"Robot": {"Container":"Robot", "port":"8808"}}]}')
|