Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Retr0327 committed Mar 16, 2023
1 parent 08e7668 commit 68a3729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ After filling the arguments, do it as follows:


```python
post_dat = {
post_data = {
"board": "Soft_Job",
"post_id": "ABCD",
"date": "1183186255",
Expand All @@ -88,7 +88,7 @@ post_dat = {
],
}

generate_tei_xml(post_data, media)
generate_tei_xml(post_data, "ptt")
```

This prints:
Expand Down

0 comments on commit 68a3729

Please sign in to comment.