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 5df35e9 commit 38c53d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/numero.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ def consultar():
es = geocoder.description_for_number(pm, 'pt-br')

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

choice = int(ui.dialog_choice(msg))
if choice == 1:
Expand Down

0 comments on commit 38c53d0

Please sign in to comment.