log.info('Updated uTorrent settings to set a torrent to complete after it the seeding requirements are met.')
ifsettings.get('bt.read_only_on_complete'):#This doesn't work as this option seems to be not available through the api. Mitigated with removeReadOnly function
new_settings['bt.read_only_on_complete']=False
log.info('Updated uTorrent settings to not set the files to read only after completing.')