We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys, I have a problem to launch hblink.py in hbnet directory with burn_list.txt
Traceback (most recent call last): File "/opt/hbnet/hblink.py", line 1131, in f.write(str(download_burnlist(CONFIG))) File "/opt/hbnet/hblink.py", line 160, in download_burnlist return resp['burn_list'] KeyError: 'burn_list'
How can I solve that problem ?
Regards 73 Paul, ON6DP
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys,
I have a problem to launch hblink.py in hbnet directory with burn_list.txt
Traceback (most recent call last):
File "/opt/hbnet/hblink.py", line 1131, in
f.write(str(download_burnlist(CONFIG)))
File "/opt/hbnet/hblink.py", line 160, in download_burnlist
return resp['burn_list']
KeyError: 'burn_list'
How can I solve that problem ?
Regards
73 Paul, ON6DP
The text was updated successfully, but these errors were encountered: