Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 23, 2021 17:57
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/da8bbc7472c9ffeabe14ca00eff49bb9 to your computer and use it in GitHub Desktop.
Save parzibyte/da8bbc7472c9ffeabe14ca00eff49bb9 to your computer and use it in GitHub Desktop.
def refrescar_tiempo_transcurrido():
print("Refrescando!")
variable_hora_actual.set(obtener_tiempo_transcurrido_formateado())
raiz.after(INTERVALO_REFRESCO, refrescar_tiempo_transcurrido)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment