Fix bad comment.
This commit is contained in:
parent
cb9af0f5b8
commit
e19a8c777c
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user