Skip to content

Commit

Permalink
delete update.py on finish
Browse files Browse the repository at this point in the history
modified:   update.py
  • Loading branch information
wish13yt committed Oct 19, 2024
1 parent d2baa2d commit 549a131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
file.write(response.content)
print('File downloaded successfully')
print("Done! Your LigmaBalls version has been updated.")
exec(open('lb.py').read())
os.remove("update.py")
exec(open('lb.py').read())

0 comments on commit 549a131

Please sign in to comment.