changes for sessions to use EventTypes for state/hooks directly
This commit is contained in:
parent
0e299d5af4
commit
1e8d1ecd9f
12 changed files with 95 additions and 95 deletions
|
@ -100,7 +100,7 @@ class Sdt:
|
|||
return False
|
||||
if self.connected:
|
||||
return True
|
||||
if self.session.state == EventTypes.SHUTDOWN_STATE.value:
|
||||
if self.session.state == EventTypes.SHUTDOWN_STATE:
|
||||
return False
|
||||
|
||||
self.seturl()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue