feat: help message
This commit is contained in:
parent
8eed050252
commit
d804efb7ba
@ -170,6 +170,11 @@ async def main(loop):
|
||||
print(f"Upload request {filename} sent!")
|
||||
elif command == "q":
|
||||
break
|
||||
else:
|
||||
print("Commands:")
|
||||
print("p: take picture and upload to S3")
|
||||
print("h: help message")
|
||||
print("q: quit")
|
||||
loop.stop()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user