Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/0a125c485bd6772ee81fa85b872b8c1621e625d4 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Removed console.writeline for Regex

pull/2/head
Mark McDowall 11 years ago
parent fc540067c2
commit 0a125c485b

@ -163,7 +163,6 @@ namespace NzbDrone.Core.Parser
if (match.Count != 0)
{
Console.WriteLine(regex);
Logger.Trace(regex);
try
{

Loading…
Cancel
Save