Commit 448c71a1 authored by Jan Reimes's avatar Jan Reimes
Browse files

🔥 chore: remove unused check.py script

parent 62b988b2
Loading
Loading
Loading
Loading

scripts/check.py

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
import sqlite3

conn = sqlite3.connect('scripts/cache/tdoc_crawler.db')
print(conn.execute('SELECT name FROM sqlite_master WHERE type="table"').fetchall())