🐛 Changed ip to localhost

This commit is contained in:
NikolajDanger
2021-03-26 20:41:40 +01:00
parent ec97463990
commit 3b4b6371ba

View File

@ -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/"