diff --git a/sdrhu.py b/sdrhu.py index 5f8553d..dfca1b7 100755 --- a/sdrhu.py +++ b/sdrhu.py @@ -26,7 +26,7 @@ def run(continuously=True): if not cfg.sdrhu_key: return firsttime="(Your receiver is soon getting listed on sdr.hu!)" while True: - cmd = "wget --timeout=15 -qO- http://sdr.hu/update --post-data \"url=http://"+cfg.server_hostname+":"+str(cfg.web_port)+"&apikey="+cfg.sdrhu_key+"\" 2>&1" + cmd = "wget --timeout=15 -4qO- http://sdr.hu/update --post-data \"url=http://"+cfg.server_hostname+":"+str(cfg.web_port)+"&apikey="+cfg.sdrhu_key+"\" 2>&1" #print "[openwebrx-sdrhu]", cmd returned=subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE).communicate() returned=returned[0]