From: yomguy <> Date: Tue, 26 Oct 2010 20:53:48 +0000 (+0000) Subject: fix play link X-Git-Tag: 0.9~205 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2b7a89c667e77e56f66c486c1fa799ceee7fd7ca;p=telecaster-client.git fix play link --- diff --git a/webview.py b/webview.py index 2d35182..8a8d9f2 100644 --- a/webview.py +++ b/webview.py @@ -279,7 +279,7 @@ class WebView(FieldStorage): session = conference_dict['session'] professor = conference_dict['professor'] comment = conference_dict['comment'] - self.mount_point ='-'.join([clean_string(self.short_name),clean_string(department), clean_string(conference)])+'.'+self.format+'.m3u' + self.mount_point ='_-_'.join([self.short_name,department,conference])+'.'+self.format+'.m3u' self.writing = writing self.casting = casting self.refresh = True @@ -304,7 +304,7 @@ class WebView(FieldStorage): print "
" print "
" print "" - print "\"\"Play" + print "\"\"Play" print "" print "\"\"Archives" print "\"\"Trash"