Fix bad comment.
This commit is contained in:
		@@ -110,8 +110,8 @@ config = read_config()
 | 
				
			|||||||
log_folder = config['Settings']['log_folder']
 | 
					log_folder = config['Settings']['log_folder']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Start subprocess to watch KISS connection
 | 
					# Start subprocess to watch KISS connection
 | 
				
			||||||
#import subprocess
 | 
					import subprocess
 | 
				
			||||||
#subprocess.Popen(["python3","kiss_and_db.py"])
 | 
					subprocess.Popen(["python3","kiss_and_db.py"])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
api.add_resource(Packets, '/packets')  # and '/locations' is our entry point for Locations
 | 
					api.add_resource(Packets, '/packets')  # and '/locations' is our entry point for Locations
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user