Skip to content

Commit 1a0d2c3

Browse files
Bug fix
1 parent 30d7425 commit 1a0d2c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AdWMFuncLib/ShutdownPC/shutdownpc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from Theme.theme import *
1414

1515
def get_input():
16-
user_input = str(private_time_input.get("1.0", "end-1c"))
16+
user_input = str(private_time_input.get())
1717
shutdownpc(user_input)
1818

1919
def shutdownpc(second):
@@ -89,4 +89,4 @@ def all_operations_ShutdownPC():
8989
time(0.5)
9090
shutdownpc(0)
9191
else:
92-
print(shutdownpc_askyesno_cancel_txt_title)
92+
print(shutdownpc_askyesno_cancel_txt_title)

0 commit comments

Comments
 (0)