Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DayBreak-u authored Dec 16, 2021
1 parent 19ebc62 commit 77ca143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python backend/main.py

```
import base64
url = http://www.cnocrlite.com/api/tr-run/
url = "http://www.cnocrlite.com/api/tr-run/"
f = open(img, "rb")
base64_data = base64.b64encode(f.read()).decode("utf-8")
data = {
Expand Down

0 comments on commit 77ca143

Please sign in to comment.