Command line args. Superceade pull #102 from sdesbure:master

This commit is contained in:
KZ
2015-07-24 00:07:36 +01:00
parent 8891c04b84
commit 84c2b0c8b9
9 changed files with 194 additions and 43 deletions

View File

@@ -103,6 +103,7 @@ namespace Jackett.Services
public void Initalize()
{
logger.Info("Starting Jackett " + configService.GetVersion());
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("en-US");
// Allow all SSL.. sucks I know but mono on linux is having problems without it..