]> git.parisson.com Git - deefuzzer.git/commitdiff
cleanup prints
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 31 Dec 2019 09:57:46 +0000 (10:57 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 31 Dec 2019 09:57:46 +0000 (10:57 +0100)
deefuzzer/core.py
deefuzzer/station.py

index a57ed671fb037a6d4298ccfe9e49fcad72bf052f..4e6c0cd37515a745226403485f7bbc5ab1805222 100644 (file)
@@ -70,7 +70,7 @@ class DeeFuzzer(Thread):
         self.conf_file = conf_file
         self.conf = get_conf_dict(self.conf_file)
         
-        print(self.conf)
+        print(self.conf)
         
         if 'deefuzzer' not in self.conf :
             raise('This is not a standard deefuzzer config file')
index 614973cefb4d0d2e544df4e897fc65bfe462e316..35e851a46d04be07dbc1bd4e5c31e89fe79abf98 100644 (file)
@@ -750,7 +750,7 @@ class Station(Thread):
         except:
             pass
         
-        print(title, artist, song)
+        print(title, artist, song)
         return title, artist, song
 
     def get_currentsongmeta(self):