Fixed minor breakage due to code cleanup.
This commit is contained in:
@@ -592,6 +592,7 @@ class MiniEdit( Frame ):
|
||||
def start( self ):
|
||||
"Start network."
|
||||
if self.net is None:
|
||||
self.net = self.build()
|
||||
self.net.start()
|
||||
|
||||
def stop( self ):
|
||||
|
||||
Reference in New Issue
Block a user