Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanbao2000 committed Apr 24, 2023
1 parent 93d2df9 commit a84a57b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ im.save('487_4.png') # save the image
io = im.to_bytes_io() # get the image as a BytesIO object
```

![487_4.png](assets/example/487_4.png)

### Render community chart (fan-made chart on [bestdori.com](https://bestdori.com/))

```python
Expand All @@ -50,6 +52,8 @@ im.save('103401.png') # save the image
io = im.to_bytes_io() # get the image as a BytesIO object
```

![103401.png](assets/example/103401.png)

## Related

- [Arcaea-Infinity/ArcaeaChartRender](https://github.com/Arcaea-Infinity/ArcaeaChartRender)
Expand Down
Binary file added assets/example/103401.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/example/487_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class Song(BaseModel):
class BestdoriSongMeta(BaseModel):
"""
https://bestdori.com/api/songs/359.json
copid from package bestdori
copied from package bestdori
"""

class Tag(str, Enum):
Expand Down

0 comments on commit a84a57b

Please sign in to comment.