I don't think you want to add DEST to the URL you are retrieving. Instead the call should look something like:
urllib.request.urlretrieve(message, DEST)
Also, look at https://docs.python.org/3/library/stdtypes.html#str.rjust and https://docs.python-requests.org/en/latest/index.html.