From 3ae7928deceb2befcbf62fa89678a7853021cc62 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 30 Aug 2019 17:33:14 +0100 Subject: [PATCH] Dict name --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index e3e74108..e6be2809 100644 --- a/daemon.py +++ b/daemon.py @@ -1824,7 +1824,7 @@ class PubServer(BaseHTTPRequestHandler): else: # directly search the binary array for the beginning # of an image - mediaExtension={ + mediaTypes={ 'image': ['png','jpeg','gif'], 'video': ['mp4','webm','ogv'], 'audio': ['mp3','ogg']