Fix upload-logs script

This commit is contained in:
2Shirt 2023-10-03 15:24:12 -07:00
parent 997d039569
commit cc5407242b
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -89,7 +89,7 @@ def main() -> None:
# Get reason note
while True:
text = wk.ui.cli.input_text('> ')
text = wk.ui.cli.input_text('> ', allow_empty=True)
if not text:
lines.append('')
break