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