mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-12 21:22:17 +00:00
parent
c36d1813ee
commit
420003dfc1
@ -73,7 +73,7 @@ def user_profile(uid, user):
|
||||
@me_or_uuid
|
||||
def update_clients(uid, user):
|
||||
clients_opts = dict()
|
||||
for key, value in request.form.iteritems():
|
||||
for key, value in request.form.items():
|
||||
if '_' not in key:
|
||||
continue
|
||||
parts = key.split('_')
|
||||
|
@ -24,6 +24,7 @@ class TranscodingTestCase(ApiTestBase):
|
||||
self.skipTest('Logging/atexit error')
|
||||
|
||||
super(TranscodingTestCase, self).setUp()
|
||||
self._patch_client()
|
||||
|
||||
FolderManager.add('Folder', 'tests/assets/folder')
|
||||
scanner = Scanner()
|
||||
|
Loading…
Reference in New Issue
Block a user