Skip to content

Commit bb958cd

Browse files
Update PyAppDevKit.
1 parent 0f72198 commit bb958cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

InfoLib/pyappdevkit_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
PYTHON_LIB_LICENCE="GPL2"
1010
PYTHON_LIB_IMPLEMENTED_CONTRACTS="LinuxUsersLinuxMint Privacy and Security Agreement , LinuxUsersLinuxMint Web (Site) Agreement"
1111
PYTHON_LIB_IMPLEMENTED_CONTRACTS_WEB_SITE="https://linuxuserslinuxmint.github.io/Contracts/privacyandsecutryagreement/en/privacyandsecutryagreement.html , https://linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintwebsiteagreement/en/linuxuserslinuxmintwebsiteagreement.html"
12-
PYTHON_LIB_VER="1.1"
12+
PYTHON_LIB_VER="1.2"
1313
PYTHON_LIB_SUPPORT_PLATFORM="Windows/Linux/macOS/otherOS"
1414
PYTHON_LIB_RELEASE_DATE="6/9/2024, Time: 17:54"
15-
PYTHON_LIB_LAST_UPDATE_DATE="6/11/2024, Time: 18:59 / 6:59 PM"
15+
PYTHON_LIB_LAST_UPDATE_DATE="7/6/2024, Time: 00:10 / 00:10 AM"
1616
PYTHON_LIB_AUTHOR="LinuxUsersLinuxMint"
1717
PYTHON_LIB_AUTHOR_WEB_SITE="https://linuxuserslinuxmint.github.io"
1818

LibFunc/pyappdevkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def exit_program_dialog_time(exit_dialog_msg,userTime):
2121
exit()
2222

2323
def exit_program_time(userTime):
24-
time.sleep(userTime)
2524
userTime = int(userTime)
25+
time.sleep(userTime)
2626
if platform.system() == "Windows":
2727
os.system("exit")
2828
else:

0 commit comments

Comments
 (0)