Update to itb_screenshot and friends
This commit is contained in:
@@ -220,7 +220,7 @@ class Api:
|
||||
"""Create a new entry in working memory."""
|
||||
data = await request.json()
|
||||
try:
|
||||
entry = EntryFactory.create_entry(data, self._io_buffer)
|
||||
entry = EntryFactory.create_entry(data, self._work_dir, self._io_buffer)
|
||||
self._working_memory.add_entry(entry)
|
||||
return web.Response(
|
||||
text=json.dumps({"id": entry.id}),
|
||||
|
||||
Reference in New Issue
Block a user