make sure api url ends with /

This commit is contained in:
j 2012-04-19 17:47:51 +02:00
commit dd860862be
2 changed files with 4 additions and 3 deletions

View file

@ -46,7 +46,7 @@ if __name__ == '__main__':
"username": "",
"password": "",
"cache": "~/.ox/client.sqlite",
"media": '~/.ox/media',
"media-cache": '~/.ox/media',
"volumes": {}
}, f, indent=2)
pandora_client.DEBUG = opts.debug