Sort, filter, and limit results at /packets #23

Merged
W1CDN merged 14 commits from sort-filter into main 2023-05-14 10:18:10 -05:00
Showing only changes of commit e19a8c777c - Show all commits

View File

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