Skip to content
Snippets Groups Projects
Commit 9099fda7 authored by David Trattnig's avatar David Trattnig
Browse files

Read host_id from config.

parent 114d5e3b
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ class ApiService():
data (Object): The data to store in the playlog
"""
if not data.log_source:
data.log_source = self.host_id
data.log_source = self.config.get("host_id")
# Main Node: Alway log entry, independed of the source
# Sync Node: Only log entry when it's coming from an active source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment