git-svn-id: http://yolanda.mister-muffin.de/svn@403 7eef14d0-6ed0-489d-bf55-20463b2d70db
main
erlehmann 16 years ago
parent 5ffe89f08d
commit f77fa6a2c8

@ -111,7 +111,7 @@ class UploadController(BaseController):
videodestination=os.path.join(config['pylons.paths']['static_files'], "videos", str(video.id))
imagedestination=os.path.join(config['pylons.paths']['static_files'], "video-stills", str(video.id))
# start encoding unt snapshot threads in background
# start encoding thread in background
threading.Thread(target=self.bgencode, args=(videosource, videodestination, imagedestination)).start()
# return 'Successfully uploaded: %s'%video.query.all()

Loading…
Cancel
Save