mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-24 16:15:03 +08:00
这总没问题了吧
This commit is contained in:
parent
e2d484c6de
commit
c8fea23376
@ -542,7 +542,8 @@ async def _(
|
||||
forward_=axis_forward,
|
||||
limit_=length_limit,
|
||||
author=author_name,
|
||||
outfile=usr_temp_path / file_to_convert / ".bdx",
|
||||
outfile=os.path.splitext(usr_temp_path / file_to_convert)[0]
|
||||
+ ".bdx",
|
||||
)
|
||||
)[0]:
|
||||
all_files[file_to_convert]["bdx"] = {
|
||||
|
Loading…
Reference in New Issue
Block a user