Revert "Fix Jorge's audio upload workaround in Python 3."
This reverts commit f1c288b1d87fed959a124816ef7a8fd40aec3dd3.
This commit is contained in:
parent
4f3f70d15a
commit
632e973608
@ -175,7 +175,7 @@ class CommonAudioProcessor(MediaProcessor):
|
||||
|
||||
except Exception as exc:
|
||||
_log.warn('Failed to create spectrogram: '
|
||||
+ '{}'.format(exc))
|
||||
+ '{0}'.exc)
|
||||
|
||||
def generate_thumb(self, size=None):
|
||||
if not size:
|
||||
@ -201,7 +201,7 @@ class CommonAudioProcessor(MediaProcessor):
|
||||
|
||||
except:
|
||||
_log.warn('Failed to create spectrogram, using default audio image instead.')
|
||||
spectrogram_filepath = 'mediagoblin/static/images/media_thumbs/video.jpg'
|
||||
spectrogram_filepath = 'mediagoblin/static/images/media_thumbs/audio.png'
|
||||
|
||||
self.thumbnailer.thumbnail_spectrogram(
|
||||
spectrogram_filepath,
|
||||
|
Loading…
x
Reference in New Issue
Block a user