gcontacts-asterisk icon indicating copy to clipboard operation
gcontacts-asterisk copied to clipboard

setting countrycode crash the script

Open daxrain opened this issue 8 years ago • 0 comments

If I set the countrycode in the script it crashes with this output. How can i strip the countrycode from my contacts? Thank U

./googlecontacts.py --delete --asterisk --non_interactive --ascii 286 database entries removed. Traceback (most recent call last): File "./googlecontacts.py", line 237, in main() File "./googlecontacts.py", line 191, in mai phone.text = re.compile('^+?%s' % country_code, '', phone.text) TypeError: compile() takes at most 2 arguments (3 given)

daxrain avatar Jul 24 '16 16:07 daxrain