Skip to content
Snippets Groups Projects
Commit 752bc774 authored by ale's avatar ale
Browse files

Merge branch 'master' of git.autistici.org:djrandom

parents 60a9d81c 68244533
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,12 @@ class FullScan(threading.Thread): ...@@ -52,7 +52,12 @@ class FullScan(threading.Thread):
time.sleep(delay) time.sleep(delay)
def run_client(server_url, music_dir, api_key, run_once, bwlimit, enable_watcher): def run_client(server_url, music_dir, api_key, run_once, bwlimit,
enable_watcher):
log.debug('settings: server=%s, music_dir=%s, api_key=%s, '
'bwlimit=%s, watcher=%s' % (
server_url, music_dir, api_key, bwlimit, str(enable_watcher)))
# Warn if we're running without a bandwidth limit. # Warn if we're running without a bandwidth limit.
bwlimit = int(bwlimit) bwlimit = int(bwlimit)
if bwlimit <= 0: if bwlimit <= 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment