From 2426b16ffa07c2501e4abf6414f4dc0c94994568 Mon Sep 17 00:00:00 2001 From: Tony White Date: Fri, 22 Dec 2023 16:47:57 -1000 Subject: [PATCH] print sanity check --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index ee0e6e5..870ed77 100644 --- a/app/main.py +++ b/app/main.py @@ -5,7 +5,7 @@ import threading #used to run main app within a thread import math #used for yaw radian to degree calc from datetime import datetime #used for timestamps - +print("hello we are in the script world") app = Flask(__name__, static_url_path="/static", static_folder="static") #setup flask app logging_active = False# Global variable to control the logging