Set version to 1.0.0 and update number formatting examples.
This commit is contained in:
Raphael 2019-01-23 18:10:33 +01:00 committed by GitHub
parent 8e1cae6b9c
commit f09c96f826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
__version__ = 'v1.0.0-rc2' __version__ = 'v1.0.0'
try: try:
import sys import sys
@ -165,11 +165,11 @@ uagent.append(
uagent.append( uagent.append(
"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0") "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0")
number = '' # Full number format number = '' # Full number format; e.g: 3312345678
localNumber = '' # Local number format localNumber = '' # Local number format; e.g: 06 12 34 56 78
internationalNumber = '' # International number format internationalNumber = '' # International number format; e.g: +33 6 12 34 56 78
numberCountryCode = '' # Dial code; e.g:"+33" numberCountryCode = '' # Dial code; e.g: 33
numberCountry = '' # Country; e.g:France numberCountry = '' # Country; e.g: fr
googleAbuseToken = '' googleAbuseToken = ''
customFormatting = '' customFormatting = ''