fix: undefined PROMPT

This commit is contained in:
Tony Yang 2023-05-04 14:07:13 +08:00
parent d804efb7ba
commit 407f66bcfd

View File

@ -27,6 +27,7 @@ S3_UPLOAD_TOPIC = "cloudprog/hw4/team02/s3/upload"
S3_URL_TOPIC = "cloudprog/hw4/team02/s3/url"
FORMAT = ".jpg"
PROMPT = "> "
filename = None
cam = cv2.VideoCapture(0)