mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
fix null pointer
This commit is contained in:
parent
06c47ec10a
commit
4cd01433b7
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue