View Single Post
TrueJournals's Avatar
Posts: 480 | Thanked: 378 times | Joined on Apr 2008 @ Chicago-ish
#32
Very nice! Just one small bug I noticed. Numbers in the form 1 (xxx) xxx-xxxx no longer show up correctly. Very simple fix, though. Just change line 549 from:
Code:
elif len(phonenumber) > 8 and phonenumber[0] == 1:
to:
Code:
elif len(phonenumber) > 8 and phonenumber[0] == "1":
__________________
Disclaimer: If a program I wrote doesn't work/breaks your tablet... It's not my fault
mcedit | Utility Calculators (WIP) | PyRDesktop
My Blog | Twitter