mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 02:02:55 +00:00 
			
		
		
		
	Remove snaphotting from default event_handler_main
This commit is contained in:
		
				
					committed by
					
						
						therealkrispet
					
				
			
			
				
	
			
			
			
						parent
						
							e366a2652b
						
					
				
				
					commit
					4c163e1085
				
			@@ -60,14 +60,6 @@ def main():
 | 
				
			|||||||
        supervisor_uri=TFWENV.SUPERVISOR_HTTP_URI,
 | 
					        supervisor_uri=TFWENV.SUPERVISOR_HTTP_URI,
 | 
				
			||||||
        log_tail=2000
 | 
					        log_tail=2000
 | 
				
			||||||
    ))
 | 
					    ))
 | 
				
			||||||
    # Manages filesystem snapshots of directories
 | 
					 | 
				
			||||||
    #snapshot_eh = eh_factory.build(SnapshotHandler(
 | 
					 | 
				
			||||||
    #    directories=[
 | 
					 | 
				
			||||||
    #        TFWENV.IDE_WD,
 | 
					 | 
				
			||||||
    #        TFWENV.WEBSERVICE_DIR
 | 
					 | 
				
			||||||
    #    ],
 | 
					 | 
				
			||||||
    #    snapshots_dir=TFWENV.SNAPSHOTS_DIR
 | 
					 | 
				
			||||||
    #))
 | 
					 | 
				
			||||||
    # Proxies frontend API calls to frontend
 | 
					    # Proxies frontend API calls to frontend
 | 
				
			||||||
    frontend_eh = eh_factory.build(FrontendHandler())
 | 
					    frontend_eh = eh_factory.build(FrontendHandler())
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user