diff --git a/proj/y2t/y2t.py b/proj/y2t/y2t.py
index 992b9d0..27762fc 100644
--- a/proj/y2t/y2t.py
+++ b/proj/y2t/y2t.py
@@ -2,6 +2,7 @@ import youtube_dl
 import sys
 
 print("hello from y2t.py")
+print("second line.py")
 
 url = sys.argv[1]
 lang = sys.argv[2]