diff --git a/script/radio_script.py b/script/radio_script.py
index 64e4b49f..7759a4e9 100644
--- a/script/radio_script.py
+++ b/script/radio_script.py
@@ -166,6 +166,7 @@ text_file.write("#EXTM3U" + "\n")
 text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
 text_file.write(spain.to_m3u8())
 text_file.write(international.to_m3u8())
+text_file.write(andorra.to_m3u8())
 text_file.close()
 print("M3U8 Updated")
 
@@ -175,6 +176,7 @@ text_file.write("#EXTM3U" + "\n")
 text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
 text_file.write(spain.to_m3u8())
 text_file.write(international.to_m3u8())
+text_file.write(andorra.to_m3u8())
 text_file.close()
 print("M3U Updated")
 
@@ -183,5 +185,6 @@ print("M3U Updated")
 # text_file.write("#NAME @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
 # text_file.write(spain.to_enigma2())
 # text_file.write(international.to_enigma2())
+# text_file.write(andorra.to_enigma2(()
 # text_file.close()
 # print("ENIGMA2 Updated")