summaryrefslogtreecommitdiff
path: root/fix-db.py
diff options
context:
space:
mode:
Diffstat (limited to 'fix-db.py')
-rwxr-xr-xfix-db.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/fix-db.py b/fix-db.py
new file mode 100755
index 0000000..485149d
--- /dev/null
+++ b/fix-db.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python3
+from database import Database
+
+
+if __name__ == '__main__':
+ db = Database()
+ docs = db.fix_documents()