more graceful ending by deleting the graphics and cleanup

This commit is contained in:
2024-10-07 18:12:34 +02:00
parent c92be33c8f
commit 9db01a2dc7
3 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -5,6 +5,7 @@ from tkinter.font import Font
from PIL import Image
import requests
import urllib
import os
class RadioParadise(object):
@@ -80,4 +81,6 @@ def main():
if __name__=="__main__":
main()
os.remove("album_art.gif")
os.remove("album_art.jpg")
os._exit(0)