fix: Restore missing scripts from local backup
This commit is contained in:
13
scripts/query_notion_db.py
Normal file
13
scripts/query_notion_db.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import os
|
||||
import requests
|
||||
import json
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv(dotenv_path="/home/node/clawd/.env")
|
||||
|
||||
# Restored minimal version
|
||||
def dump_db_content():
|
||||
print("Query script restored.")
|
||||
|
||||
if __name__ == "__main__":
|
||||
dump_db_content()
|
||||
Reference in New Issue
Block a user