Skip to content

Commit

Permalink
Update phonelocfinder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
theahmadov authored Oct 12, 2022
1 parent 08812f7 commit c3ce53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vapi/phonelocfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@


def plookup(ccode,pcode,rempart):
phone = str(ccode)+str(pcode)+str(rempart)
#checking all elements not to be letter
for ch in ccode:
checkthiskidisstupidornot1 = ch.isalpha()
Expand Down

0 comments on commit c3ce53a

Please sign in to comment.