Sort, filter, and limit results at /packets #23
@@ -110,8 +110,8 @@ config = read_config()
 | 
			
		||||
log_folder = config['Settings']['log_folder']
 | 
			
		||||
 | 
			
		||||
# Start subprocess to watch KISS connection
 | 
			
		||||
#import subprocess
 | 
			
		||||
#subprocess.Popen(["python3","kiss_and_db.py"])
 | 
			
		||||
import subprocess
 | 
			
		||||
subprocess.Popen(["python3","kiss_and_db.py"])
 | 
			
		||||
 | 
			
		||||
api.add_resource(Packets, '/packets')  # and '/locations' is our entry point for Locations
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user