Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondGotCat authored Apr 23, 2024
1 parent 8378491 commit 8df5ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def Package_Install(url):
download_file(pkgfile,"cateye-installing.tar.gz")
create_directory(pkgfolder)
extract_tar_gz("cateye-installing.tar.gz", pkgfolder)
os.remove("install_info.json")
os.remove("cateye-installing.tar.gz")

if len(scripts) > 0:
Expand Down

0 comments on commit 8df5ca9

Please sign in to comment.