Skip to content
Snippets Groups Projects
Commit ab6bbcc1 authored by William Roberts's avatar William Roberts
Browse files

Clean up logic

parent 4981c310
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ def main():
url = construct_url(get_url_data(avg, args.wu_id, wu_pw))
if args.debug:
print(url)
elif wu_pw and args.ldmp:
else:
resp = requests.post(url)
if resp.status_code != 200:
warnings.warn('Data failed to upload to {0} with status code {1}: {2}'.format(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment