diff --git a/win32/OpenERPServerService.py b/win32/OpenERPServerService.py index 24df255f1d2..f6c87a75f6c 100644 --- a/win32/OpenERPServerService.py +++ b/win32/OpenERPServerService.py @@ -87,8 +87,8 @@ class OpenERPServerService(win32serviceutil.ServiceFramework): win32event.WaitForSingleObject(ws, win32event.INFINITE) self.stopping = True - def SvcDoRun(self): - # Start OpenERP Server itself + def SvcDoRun(self): + # Start OpenERP Server itself self.StartTERP() # start the loop waiting for the Service Manager's stop signal thread.start_new_thread(self.StartControl, (self.hWaitStop,))