We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d7425 commit 1a0d2c3Copy full SHA for 1a0d2c3
AdWMFuncLib/ShutdownPC/shutdownpc.py
@@ -13,7 +13,7 @@
13
from Theme.theme import *
14
15
def get_input():
16
- user_input = str(private_time_input.get("1.0", "end-1c"))
+ user_input = str(private_time_input.get())
17
shutdownpc(user_input)
18
19
def shutdownpc(second):
@@ -89,4 +89,4 @@ def all_operations_ShutdownPC():
89
time(0.5)
90
shutdownpc(0)
91
else:
92
- print(shutdownpc_askyesno_cancel_txt_title)
+ print(shutdownpc_askyesno_cancel_txt_title)
0 commit comments