Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PrVrSs committed Nov 19, 2023
1 parent b64bd47 commit e2ac1c5
Show file tree
Hide file tree
Showing 6 changed files with 1,489 additions and 42 deletions.
2 changes: 1 addition & 1 deletion circinus/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __str__(self):
return '\n'.join([
f'{self.file=}',
f'{self.page=}',
f'{self.text=}'
f'{self.text=}',
])


Expand Down
6 changes: 3 additions & 3 deletions notebook/webidl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"metadata": {},
"outputs": [],
"source": [
"load_config('conf.toml')"
"config = load_config('conf.toml')"
]
},
{
Expand All @@ -58,7 +58,7 @@
"metadata": {},
"outputs": [],
"source": [
"agent = Agent()"
"agent = Agent(config)"
]
},
{
Expand Down Expand Up @@ -393,7 +393,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit e2ac1c5

Please sign in to comment.