We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4e64e0 + b0e9949 commit 3f0d2d5Copy full SHA for 3f0d2d5
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "scanner-cli"
7
-version = "1.0.4"
+version = "1.0.5"
8
description = "CLI tool to read barcodes via stdin and route them to REST endpoints based on configurable modes."
9
readme = "README.md"
10
authors = [{ name = "Passlick Development", email = "hello@passlickdev.com" }]
scanner_cli/main.py
@@ -303,7 +303,7 @@ def schedule_timeout():
303
evaluated = extra
304
else:
305
306
- payload["input"] = sanitize_input(evaluated)
+ payload["input"] = sanitize_input(str(evaluated))
307
payload["action"] = "scan+input"
308
309
try:
0 commit comments