fix undefined error

main
eric 2023-05-04 16:36:28 -04:00
parent 98639afac4
commit e7670c9e40
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class ContentTyper(object):
elif '[Errno 60]' in str(ce):
return (408, '', '')
# unexplained error
logger.exception(e)
logger.exception(ce)
return None
except Exception as e:
# unexplained error