Hides bugs: except Exception: Better: except (ValueError, binascii.Error):
Hides bugs:
except Exception:
Better:
except (ValueError, binascii.Error):