beedaddy/radiorec

problems with python 3.2.3

Closed this issue · 1 comments

Trying to run with python 3.2.3 i got following problems:

sys.plaform is linux2, not the expected linux

After changing that to test sys.platform.startswith("linux") I get following error:

recthread = threading.Thread(target = record_worker, args = (stoprec, streamurl, target_dir, args), daemon = True)
TypeError: __init__() got an unexpected keyword argument 'daemon'

@thoka Thanks for reporting. I've merged your pull request.