1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-02 21:26:08 +00:00

fix null pointer

This commit is contained in:
kaso17 2017-11-08 16:06:13 +01:00
parent 06c47ec10a
commit 4cd01433b7

View file

@ -19,8 +19,8 @@ namespace Jackett.Service
protected override void OnStart(string[] args)
{
Engine.Logger.Info("Service starting");
Engine.BuildContainer(new WebApi2Module());
Engine.Logger.Info("Service starting");
Engine.Server.Initalize();
Engine.Server.Start();
Engine.Logger.Info("Service started");