Skip to content

Commit 7049fde

Browse files
style: Code Formatting Workflow
Either triggered by cron or workflow_dispatch
1 parent 53f0f09 commit 7049fde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
sv_ttk.set_theme(theme.lower())
4343
bg_color = ttk.Style().lookup(".", "background")
4444

45+
4546
# SYSTEM CODE
4647
def seticon(win):
4748
try:
@@ -92,6 +93,7 @@ def fullredraw(e):
9293
timer_minutes = int(config["default_minutes"])
9394
timer_hours = int(config["default_hours"])
9495

96+
9597
# FUNCTIONS
9698
def playBuzzer():
9799
playsound(config["sound_path"])
@@ -210,6 +212,7 @@ def setAlwaysOnTop():
210212

211213
setAlwaysOnTop()
212214

215+
213216
# WINDOWS
214217
def createManagerWindow(saveTimer, current_mins, current_secs, current_hrs):
215218
global manager_app_window, config

0 commit comments

Comments
 (0)