Skip to content

Commit

Permalink
Fix python script
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorKirk committed Mar 1, 2021
1 parent 10396ea commit 952ac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream-processing/ppe-stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def processFrame(videoStreamUrl):
if hasFrame:
session = boto3.session.Session()
rekognition = session.client('rekognition')
response = rekognition. detect_protective_equipment(
response = rekognition.detect_protective_equipment(
Image={
'Bytes': imageBytes.tobytes(),
}
Expand Down

0 comments on commit 952ac22

Please sign in to comment.