Fix shutdown request initialization
This commit is contained in:
parent
e4c6750a4b
commit
40d0303405
@ -29,7 +29,7 @@ TIMEOUT_SECONDS = 0.1
|
|||||||
|
|
||||||
class ShutdownRequest( BaseRequest ):
|
class ShutdownRequest( BaseRequest ):
|
||||||
def __init__( self ):
|
def __init__( self ):
|
||||||
super( BaseRequest, self ).__init__()
|
super( ShutdownRequest, self ).__init__()
|
||||||
|
|
||||||
|
|
||||||
def Start( self ):
|
def Start( self ):
|
||||||
|
Loading…
Reference in New Issue
Block a user