diff --git a/ahserver/filestorage.py b/ahserver/filestorage.py index 2ab6768..c8c9c92 100644 --- a/ahserver/filestorage.py +++ b/ahserver/filestorage.py @@ -196,7 +196,7 @@ async def downloadfile(url, headers=None, params=None, data={}): f.write(chunk) return fpath except Exception as e: - exception(f'save {url} to {fpath} exception:{e}' + exception(f'save {url} to {fpath} exception:{e}') raise e async def base642file(b64str):