Skip to content

Commit 7772302

Browse files
committed
minor syntax change in theme.py
1 parent fc1345c commit 7772302

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routes/theme.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
def theme_selection():
66
theme_preference = request.cookies.get('theme', 'light') # Default to 'light' if cookie not found
7-
theme_css = theme_preference + "_theme"
8-
return theme_css
7+
return theme_preference + "_theme"

0 commit comments

Comments
 (0)