Skip to content
Snippets Groups Projects
Commit 6d2203d5 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Update Addresses

parent ad36a55c
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,9 @@ logger.setLevel(logging.INFO) ...@@ -21,7 +21,9 @@ logger.setLevel(logging.INFO)
# Connect to projctl and ahm via network, other connections are GPIO, see README # Connect to projctl and ahm via network, other connections are GPIO, see README
system = mediactl.System( system = mediactl.System(
projector_address="http://172.20.3.245", ahm_address="172.20.3.244", logger=logger projector_address="http://projctl.mediahell.hfbk.net",
ahm_address="ahm16-m.mediahell.hfbk.net",
logger=logger,
) )
import mimetypes # noqa: E402 import mimetypes # noqa: E402
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment