cleanup of unecessary code
-we shouldn't be loading config file multiple times.
This commit is contained in:
parent
6cc366b100
commit
705329ee5d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue