Skip to content

Commit

Permalink
Update pyappdevkit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxUsersLinuxMint authored Jan 1, 2025
1 parent a853db0 commit ca0a027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LibFunc/pyappdevkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/PyAppDevKit
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""

import os, time, platform
import time

def error_msg(error_dialog):
print(error_dialog)
Expand Down Expand Up @@ -77,4 +77,4 @@ def program_welcome_msg(welcome_msg,cfg,cfg_,appname,libname,websitelink):
elif cfg_ == "app":
program_info("Program Name: ",appname,"","","","","","","","","","","","","","","","","","")
else:
error_msg("Invalid definition!")
error_msg("Invalid definition!")

0 comments on commit ca0a027

Please sign in to comment.