Skip to content

Commit 24a54e0

Browse files
authored
Update sorty.py
1 parent 345d515 commit 24a54e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def change_dir(icon: pystray.Icon) -> None:
124124
NOTIFY_ENABLE = settings.get("notificationsenabled", NOTIFY_ENABLE)
125125
DIR_DESTINATION = settings.get("download_folder", DIR_DESTINATION)
126126

127-
def autoswitcher():
127+
def autoswitcher() -> int:
128128
global AUTO_SORT
129129

130130
if AUTO_SORT:

0 commit comments

Comments
 (0)