Moibe commited on
Commit
506e473
·
1 Parent(s): 07d48f7

Fix actualizar créditos.

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -5,7 +5,7 @@ def actualizar_creditos(nuevos_creditos):
5
  <div style="text-align: right;">💶<b>Credits Available:</b> {nuevos_creditos}</div>
6
  """
7
 
8
- print(html_credits)
9
 
10
 
11
 
 
5
  <div style="text-align: right;">💶<b>Credits Available:</b> {nuevos_creditos}</div>
6
  """
7
 
8
+ return html_credits
9
 
10
 
11