Skip to content

Commit 53df120

Browse files
committed
[MZ] Minor fix
1 parent d5d84e0 commit 53df120

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Quickstart (see below for flags, or use `-h`):
2929

3030
python3 app.py
3131

32+
Stop with Ctrl+C.
33+
3234
## Run the app with Docker
3335

3436
Make sure you have Docker installed locally:

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def create_parser() -> ArgumentParser:
1717
default="",
1818
type=str,
1919
required=False,
20-
help="Separator between each emoji (str, default: " ")",
20+
help="Separator between each emoji (str, default: "")",
2121
)
2222
parser.add_argument(
2323
"--r",

0 commit comments

Comments
 (0)