Skip to content

Commit b8e7ffe

Browse files
committed
Fix regression in previous commit
1 parent 247ba71 commit b8e7ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/lib/sticky/sticky.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def do_command_line(self, command_line):
724724
if not settings.get_boolean("autostart"):
725725
sys.exit()
726726
else:
727-
autostart_mode = True
727+
self.autostart_mode = True
728728

729729
if not self.has_activated:
730730
self.activate()

0 commit comments

Comments
 (0)