mirror of
https://github.com/hoshikawa2/openclaw-oci-pptx.git
synced 2026-03-03 16:09:35 +00:00
bug fix
This commit is contained in:
@@ -229,7 +229,7 @@ def main():
|
||||
deck.build(args.link, content, presenter=args.presenter, cover_subtitle=args.cover_subtitle)
|
||||
deck.save(Path(args.output))
|
||||
|
||||
print("✅ PPT generated:", Path(args.output).expanduser().resolve())
|
||||
# print("✅ PPT generated:", Path(args.output).expanduser().resolve())
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user