diff --git a/README.md b/README.md index 335e32f..a6d2a12 100644 --- a/README.md +++ b/README.md @@ -139,4 +139,3 @@ Class | Method | HTTP request | Description - [RecognizeBase64Request](docs/Model/RecognizeBase64Request.md) - [RegionPoint](docs/Model/RegionPoint.md) - [ScanBase64Request](docs/Model/ScanBase64Request.md) - diff --git a/scripts/insert-example.py b/scripts/insert-example.py index bd83ce9..17c0713 100644 --- a/scripts/insert-example.py +++ b/scripts/insert-example.py @@ -20,7 +20,7 @@ def sub_match(match): return read_text(file_name) text = REPLACE_RE.sub(sub_match, content) - print(text) + print(text, end="") def parse_args() -> typing.Dict[str, typing.Any]: