mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-29 09:57:46 +00:00
Fix poetry run
This commit is contained in:
parent
fb8553c681
commit
6111101418
2 changed files with 10 additions and 8 deletions
|
@ -19,7 +19,7 @@ unimport = "*"
|
|||
pyright = "*"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
bot = "minearchy_bot.__main__:__main__"
|
||||
bot = "minearchy_bot.__main__:main"
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue