Skip to content

Commit bb06894

Browse files
committed
Move coderdojo-logo.png to assets folder, update reference
1 parent 24f6561 commit bb06894

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
class Camera(object):
4848

4949
_instance = None
50-
_img_template = image.Image.load("coderdojo-logo.png")
50+
_img_template = image.Image.load("static/media/coderdojo-logo.png")
5151
stream_port = 8080
5252

5353
@classmethod
File renamed without changes.

0 commit comments

Comments
 (0)