Skip to content

Commit

Permalink
print sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
tdubsFO committed Dec 23, 2023
1 parent 0d188ba commit 2426b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2426b16

Please sign in to comment.