diff --git a/update.py b/update.py index 8a483f8..fe1cf8b 100644 --- a/update.py +++ b/update.py @@ -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()) \ No newline at end of file