From 8f3fdb61d3633eb7ea4deecf3e6ece8257529986 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 7 Jan 2024 12:58:19 +0100 Subject: [PATCH] vault backup: 2024-01-07 12:58:19 Affected files: .obsidian/workspace.json Corbia spider.md --- .obsidian/workspace.json | 13 ++++++------- Corbia spider.md | 1 + 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 14c23d8..8992506 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -25,7 +25,7 @@ "state": { "type": "markdown", "state": { - "file": "Untitled.md", + "file": "Corbia spider.md", "mode": "source", "source": false } @@ -61,7 +61,7 @@ "state": { "type": "search", "state": { - "query": "frag", + "query": "", "matchingCase": false, "explainSearch": false, "collapseAll": false, @@ -78,8 +78,7 @@ "state": {} } } - ], - "currentTab": 1 + ] } ], "direction": "horizontal", @@ -99,7 +98,7 @@ "state": { "type": "backlink", "state": { - "file": "Untitled.md", + "file": "Corbia spider.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -116,7 +115,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Untitled.md", + "file": "Corbia spider.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -139,7 +138,7 @@ "state": { "type": "outline", "state": { - "file": "Untitled.md" + "file": "Corbia spider.md" } } }, diff --git a/Corbia spider.md b/Corbia spider.md index 64d7779..f13f2a3 100644 --- a/Corbia spider.md +++ b/Corbia spider.md @@ -121,6 +121,7 @@ def scrape_domain(self): } return json.dumps(data, indent=4, ensure_ascii=False) except Exception as e: + print(e) return json.dumps({"success": False}) ```