Fix a race condition in disabling networks post-creation, remove redundant bindhost code and fix a minor bug in the load command
This commit is contained in:
@@ -2,7 +2,7 @@ import main
|
||||
|
||||
class Load:
|
||||
def __init__(self, *args):
|
||||
self.list(*args)
|
||||
self.load(*args)
|
||||
|
||||
def load(self, addr, authed, data, obj, spl, success, failure, info, incUsage, length):
|
||||
if authed:
|
||||
|
||||
Reference in New Issue
Block a user