Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Commit a62c4ea

Browse files
author
Joel Collins
committed
Fixed missing time import
1 parent efb3fff commit a62c4ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

example/mjpeg-stream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import io
55
import logging
66
import sys
7+
import time
78
from datetime import datetime
89

910
from PIL import Image, ImageDraw

0 commit comments

Comments
 (0)