Skip to content

Commit 89fed71

Browse files
fix : minor edit in wakeup function #48
1 parent 87e9127 commit 89fed71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orangetool/orangetool_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def wakeup(day=0, hour=0, minute=0, sync=True, debug=False):
129129
try:
130130
if sync:
131131
_ = sub.Popen(
132-
"hwclock -w",
132+
["hwclock","-w"],
133133
stderr=sub.PIPE,
134134
stdout=sub.PIPE,
135135
stdin=sub.PIPE)

0 commit comments

Comments
 (0)