Commit automático inicial

This commit is contained in:
2025-09-11 03:44:53 +02:00
parent 253ac3b3b4
commit ccfa79353c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def _():
repo_name = carpeta_actual
def crear_repo(host, username, token, repo_name, private=True, description=""):
def crear_repo(host, username, token, repo_name, private=False, description=""):
"""Crea un repositorio en GitHub, GitLab o Gitea según el host.
Devuelve 'ok: nombre_repo url' o 'fail'.
"""