Skip to content

Commit

Permalink
Update src/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Coble <53625197+Hackerman342@users.noreply.github.com>
  • Loading branch information
OloFuchs and Hackerman342 authored Jan 19, 2024
1 parent 8be7b49 commit e7cffd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ async def stream_camera(
decode=False,
):
if view_name == self.view_name:
print(self.view_name)
message = payload_to_protobuf(event, payload)
try:
img = self.image_decoder.decode(message.image_data)
Expand Down

0 comments on commit e7cffd1

Please sign in to comment.