mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 11:12:55 +00:00 
			
		
		
		
	Update supervisor config files to use non-hacky python
This commit is contained in:
		@@ -1,3 +1,3 @@
 | 
			
		||||
[program:event_handler_main]
 | 
			
		||||
directory=%(ENV_TFW_APP_DIR)s
 | 
			
		||||
command=env python event_handler_main.py
 | 
			
		||||
command=python3 event_handler_main.py
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
[program:login]
 | 
			
		||||
directory=%(ENV_TFW_LOGIN_APP_DIR)s
 | 
			
		||||
command=env python server.py
 | 
			
		||||
command=python3 server.py
 | 
			
		||||
autostart=false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user