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
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
import json
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__":