diff --git a/github_crear_repo.py b/github_crear_repo.py index c3e27ca..748434d 100644 --- a/github_crear_repo.py +++ b/github_crear_repo.py @@ -172,7 +172,7 @@ def _(mo): @app.cell def _(HOST, TOKEN, USERNAME, requests): - NOMBRE_REPO = "controlando_git_desde_python" + NOMBRE_REPO = "" def borrar_repo(host, username, token, repo_name): """Borra un repositorio en GitHub, GitLab o Gitea segĂșn el host.