Skip to content

Commit

Permalink
Update numero.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiny-Kiny authored Jun 10, 2021
1 parent 85eb12b commit 5df35e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/numero.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def consultar():
op = carrier.name_for_number(pm, 'pt-br')
es = geocoder.description_for_number(pm, 'pt-br')

numero = f'''
msg = f'''
Numero: {pm}
Estado: {es}
Operadora: {op}
Expand Down

0 comments on commit 5df35e9

Please sign in to comment.