mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 01:22:55 +00:00 
			
		
		
		
	Edit FSM transitions to minimize reset events causing slow loading
This commit is contained in:
		@@ -19,7 +19,7 @@ class SQLInjectionFSM(FSMBase):
 | 
			
		||||
        {'trigger': 'anchor_webide', 'source': 'commented_code', 'dest': 'sql_with_substitutions'},
 | 
			
		||||
        {'trigger': 'anchor_logger', 'source': 'sql_with_substitutions', 'dest': 'sql_output'},
 | 
			
		||||
        {'trigger': 'anchor_logger', 'source': 'sql_output', 'dest': 'end'},
 | 
			
		||||
        {'trigger': 'reset', 'source': '*', 'dest': 'start'},
 | 
			
		||||
        {'trigger': 'reset', 'source': 'end', 'dest': 'start'},
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    def __init__(self):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user