Fix shutdown request initialization

This commit is contained in:
micbou 2018-04-24 15:48:22 +02:00
parent e4c6750a4b
commit 40d0303405
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05

View File

@ -29,7 +29,7 @@ TIMEOUT_SECONDS = 0.1
class ShutdownRequest( BaseRequest ):
def __init__( self ):
super( BaseRequest, self ).__init__()
super( ShutdownRequest, self ).__init__()
def Start( self ):