Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 19, 2021 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/7df2f2e074b87371d3c6bac727a27928 to your computer and use it in GitHub Desktop.
Save parzibyte/7df2f2e074b87371d3c6bac727a27928 to your computer and use it in GitHub Desktop.
def refrescar_reloj():
print("Refrescando!")
variable_hora_actual.set(obtener_hora_actual())
raiz.after(INTERVALO_REFRESCO_RELOJ, refrescar_reloj)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment