Skip to content
Snippets Groups Projects
Commit 5a096442 authored by Jonas Leder's avatar Jonas Leder
Browse files

on import prints message, if ready to import data

parent 8f01adcb
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ table_check() ...@@ -19,6 +19,7 @@ table_check()
with sqlite3.connect('db/urls.db') as conn: with sqlite3.connect('db/urls.db') as conn:
cursor = conn.cursor() cursor = conn.cursor()
lines = [] lines = []
print("ready to recive data, please paste your data to import and press ENTER")
while True: while True:
line = input() line = input()
if line: if line:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment