Dict name

master
Bob Mottram 2019-08-30 17:33:14 +01:00
parent ccaefc46e9
commit 3ae7928dec
1 changed files with 1 additions and 1 deletions

View File

@ -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']