diff --git a/album_art.gif b/album_art.gif deleted file mode 100644 index c0765b7..0000000 Binary files a/album_art.gif and /dev/null differ diff --git a/album_art.jpg b/album_art.jpg deleted file mode 100644 index 408a42f..0000000 Binary files a/album_art.jpg and /dev/null differ diff --git a/get_oorp.py b/get_oorp.py index 0683691..0ff25cc 100755 --- a/get_oorp.py +++ b/get_oorp.py @@ -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() - \ No newline at end of file + os.remove("album_art.gif") + os.remove("album_art.jpg") + os._exit(0)