]> git.parisson.com Git - deefuzzer.git/commitdiff
fix bad indent
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 7 Dec 2009 01:07:16 +0000 (01:07 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 7 Dec 2009 01:07:16 +0000 (01:07 +0000)
deefuzzer.py

index 05b35d43fbd311bdef0c3a3270a32bc79c2be7c2..29ac8a9fc27324bd8b597e3cc21e031508084eda 100755 (executable)
@@ -374,7 +374,8 @@ class Station(Thread):
             elif file_ext.lower() == 'ogg':
                 media_objs.append(Ogg(media))
         return media_objs
-        def update_rss(self, media_list, rss_file, sub_title):
+    
+    def update_rss(self, media_list, rss_file, sub_title):
         rss_item_list = []
         if not os.path.exists(self.rss_dir):
             os.makedirs(self.rss_dir)