Fix bad comment.

This commit is contained in:
W1CDN 2023-05-13 20:59:17 -05:00
parent cb9af0f5b8
commit e19a8c777c

View File

@ -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