From 3b4b6371bab25835d654bee4e238ebe091a1af00 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Fri, 26 Mar 2021 20:41:40 +0100 Subject: [PATCH] :bug: Changed ip to localhost --- funcs/other/bedreNetflix.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/funcs/other/bedreNetflix.py b/funcs/other/bedreNetflix.py index 2824fde..88434be 100644 --- a/funcs/other/bedreNetflix.py +++ b/funcs/other/bedreNetflix.py @@ -1,9 +1,9 @@ import requests, imdb, discord, json, math, time, asyncio from funcs import logThis -radarrURL = "http://192.168.0.40:7878/api/v3/" -sonarrURL = "http://192.168.0.40:8989/api/" -qbittorrentURL = "http://192.168.0.40:1340/api/v2/" +radarrURL = "http://localhost:7878/api/v3/" +sonarrURL = "http://localhost:8989/api/" +qbittorrentURL = "http://localhost:1340/api/v2/" moviePath = "/media/plex/Server/movies/" showPath = "/media/plex/Server/Shows/"