fix session typo

thanks to Vintas Avinash
closes #1011
This commit is contained in:
lantz
2021-01-29 15:47:47 -08:00
committed by GitHub
parent 715db45b9d
commit 96ac94a985
+1 -1
View File
@@ -3016,7 +3016,7 @@ class MiniEdit( Frame ):
## NOTE: MAKE SURE THIS IS LAST THING CALLED
# Start the CLI if enabled
if self.appPrefs['startCLI'] == '1':
info( "\n\n NOTE: PLEASE REMEMBER TO EXIT THE CLI BEFORE YOU PRESS THE STOP BUTTON. Not exiting will prevent MiniEdit from quitting and will prevent you from starting the network again during this sessoin.\n\n")
info( "\n\n NOTE: PLEASE REMEMBER TO EXIT THE CLI BEFORE YOU PRESS THE STOP BUTTON. Not exiting will prevent MiniEdit from quitting and will prevent you from starting the network again during this session.\n\n")
CLI(self.net)
def start( self ):