diff --git a/import.py b/import.py
index 7fa1ba48e720dd3d90f0497a61fd7cdc3b48633b..493435d1abf41f12df662910d502e4b58c16dce9 100644
--- a/import.py
+++ b/import.py
@@ -19,6 +19,7 @@ table_check()
 with sqlite3.connect('db/urls.db') as conn:
     cursor = conn.cursor()
     lines = []
+    print("ready to recive data, please paste your data to import and press ENTER")
     while True:
         line = input()
         if line: