Changes
1 changed files (+2/-2)
-
-
@@ -71,8 +71,8 @@ con.commit()def index(path, parent): if os.path.basename(path).startswith("."): # Skip hidden files if not os.path.exists(path) or os.path.basename(path).startswith("."): # Skip nonexistent or hidden files return print("Indexing", path, parent)
-