Code review comment for lp:~mgorven/ibid/oui

Revision history for this message
marcog (marco-gallotta) wrote :

+ oui = mac.replace('-', '').replace(':', '').upper()[:6]

Why the [:6]?

Perhaps use re.sub to strip [-:] in a single call.

review: Needs Fixing

« Back to merge proposal