implemented the timer into the gui (controls still needed)

This commit is contained in:
Brightbites
2026-02-26 14:17:41 +00:00
parent 45d4786e26
commit 507b36250f
2 changed files with 24 additions and 20 deletions

View File

@@ -62,13 +62,6 @@ def pullSpreedsheet(inputCol, inputRow, link):
print(f"[ERROR] Failed to fetch Go/No-Go from sheet: {e}")
return "N/A"
def countTime(timeNow):
pass
def holdTime(timeNow):
pass
def convertEpoch(inputTime, isDate):
inputTime = timegm(inputTime)
if isDate: