Skip to content

Commit 41843be

Browse files
Update src/seclab_taskflow_agent/mcp_servers/logbook/logbook.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8783088 commit 41843be

File tree

1 file changed

+1
-1
lines changed
  • src/seclab_taskflow_agent/mcp_servers/logbook

1 file changed

+1
-1
lines changed

src/seclab_taskflow_agent/mcp_servers/logbook/logbook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
LOG = {}
2121

22-
LOGBOOK = mcp_data_dir('seclab-taskflow-agent', 'memcache', 'LOGBOOK_STATE_DIR') / Path("logbook.json")
22+
LOGBOOK = mcp_data_dir('seclab-taskflow-agent', 'logbook', 'LOGBOOK_STATE_DIR') / Path("logbook.json")
2323

2424
def ensure_log():
2525
global LOG

0 commit comments

Comments
 (0)