Skip to content

Commit

Permalink
readme: fix inconsistency in example
Browse files Browse the repository at this point in the history
  • Loading branch information
messa committed Jun 2, 2024
1 parent 9032f16 commit 4562a9f
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 @@ -26,8 +26,8 @@ When you start to use this library in your aiohttp web application, this is how
```
2020-01-15 15:58:47,238 INFO: [req:O5bvIlU] Processing GET / (__main__:hello)
2020-01-15 15:58:47,950 INFO: [req:xtMacpA] Processing GET / (__main__:hello)
2020-01-15 15:58:48,240 INFO: [req:O5bvIlU] Processing money transfer id 1234
2020-01-15 15:58:48,953 INFO: [req:xtMacpA] Processing money transfer id 5678
2020-01-15 15:58:48,240 INFO: [req:O5bvIlU] Processing transfer id 1234
2020-01-15 15:58:48,953 INFO: [req:xtMacpA] Processing transfer id 5678
2020-01-15 15:58:49,182 ERROR: [req:xtMacpA] Oh no, something bad has happened! Cannot finish the transfer.
2020-01-15 15:58:49,242 INFO: [req:O5bvIlU] 127.0.0.1 "GET / HTTP/1.1" 200 165 "-" "curl/7.68.0"
2020-01-15 15:58:49,959 INFO: [req:xtMacpA] 127.0.0.1 "GET / HTTP/1.1" 500 165 "-" "curl/7.68.0"
Expand Down

0 comments on commit 4562a9f

Please sign in to comment.