cleanup of unecessary code
-we shouldn't be loading config file multiple times.
This commit is contained in:
parent
6cc366b100
commit
705329ee5d
python_apps/pypo
|
@ -245,7 +245,7 @@ if __name__ == '__main__':
|
|||
pf.daemon = True
|
||||
pf.start()
|
||||
|
||||
pp = PypoPush(pypoPush_q, telnet_lock, pypo_liquidsoap)
|
||||
pp = PypoPush(pypoPush_q, telnet_lock, pypo_liquidsoap, config)
|
||||
pp.daemon = True
|
||||
pp.start()
|
||||
|
||||
|
|
Loading…
Reference in New Issue