Skip to content

Commit

Permalink
removed unneeded pause
Browse files Browse the repository at this point in the history
sigh
  • Loading branch information
Bikatr7 committed Apr 1, 2023
1 parent 23230f3 commit 1c0ac41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Kudasai.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,8 @@ def check_update():

if(latestVersion != CURRENT_VERSION):
print("There is a new update for Kudasai (" + latestVersion + ")\nIt is recommended that you use the latest version of Kudasai\nYou can download it at https://github.com/Seinuve/Kudasai/releases/latest \n")

os.system('pause')
os.system('cls')
os.system('pause')
os.system('cls')

return True

Expand Down
Binary file modified __pycache__/Kaiseki.cpython-311.pyc
Binary file not shown.

0 comments on commit 1c0ac41

Please sign in to comment.