Removed cleanup_on_exit from start method

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2022-04-19 19:26:15 +05:30
parent b71e9c4bd1
commit fbcda50c8b

View File

@@ -315,9 +315,9 @@ class StaConnect2(Realm):
self._pass("%s connected to AP: %s With IP: %s" % (sta_name, ap, ip)) self._pass("%s connected to AP: %s With IP: %s" % (sta_name, ap, ip))
if not self.passes(): if not self.passes():
if self.cleanup_on_exit: #if self.cleanup_on_exit:
print("Cleaning up...") #print("Cleaning up...")
self.remove_stations() #self.remove_stations()
return False return False
# start cx traffic # start cx traffic