Skip to content

Commit 513c65f

Browse files
Update PyAppDevKit.
1 parent bdd5258 commit 513c65f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LibFunc/pyappdevkit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ def time(number):
1111
for _ in range(100000000):
1212
pass
1313

14-
def error_msg(error_dialog):
15-
print(error_dialog)
14+
def error_msg(error_dialog,error_code,support_link):
15+
print(error_dialog,error_code,support_link)
1616

1717
def exit_program_dialog_time(exit_dialog_msg,userTime):
1818
print(exit_dialog_msg)

LibFunc/pyappdevkit_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
PYTHON_LIB_LICENCE="GPL2"
1212
PYTHON_LIB_IMPLEMENTED_CONTRACTS="LinuxUsersLinuxMint Privacy and Security Agreement , LinuxUsersLinuxMint Web (Site) Agreement"
1313
PYTHON_LIB_IMPLEMENTED_CONTRACTS_WEB_SITE="https://linuxuserslinuxmint.github.io/Contracts/privacyandsecutryagreement/en/privacyandsecutryagreement.html , https://linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintwebsiteagreement/en/linuxuserslinuxmintwebsiteagreement.html"
14-
PYTHON_LIB_VER="1.6.2"
14+
PYTHON_LIB_VER="1.6.3"
1515
PYTHON_LIB_SUPPORT_PLATFORM="Windows/Linux/macOS/otherOS"
1616
PYTHON_LIB_RELEASE_DATE="6/9/2024, Time: 17:54"
17-
PYTHON_LIB_LAST_UPDATE_DATE="1/15/2025, Time: 19:59 / 7:59 PM"
17+
PYTHON_LIB_LAST_UPDATE_DATE="1/28/2025, Time: 14:45 / 2:45 PM"
1818
PYTHON_LIB_AUTHOR="LinuxUsersLinuxMint"
1919
PYTHON_LIB_AUTHOR_WEB_SITE="https://linuxuserslinuxmint.github.io"
2020

0 commit comments

Comments
 (0)