Skip to content
Snippets Groups Projects
Commit be954e78 authored by nimrod's avatar nimrod
Browse files

Small fix to kodi_scan.

The IP range for the Shore service Docker network has changed.
parent 6847850f
No related branches found
No related tags found
No related merge requests found
Pipeline #3529 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
import json import json
import urllib.request import urllib.request
KODI_RPC_URL = "http://172.18.0.1:8080/jsonrpc" KODI_RPC_URL = "http://172.20.0.1:8080/jsonrpc"
if __name__ == "__main__": if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment