cleanup of unecessary code

-we shouldn't be loading config file multiple times.
This commit is contained in:
Martin Konecny 2013-04-26 13:48:15 -04:00
parent 6cc366b100
commit 705329ee5d
1 changed files with 1 additions and 1 deletions
python_apps/pypo

View File

@ -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()