Skip to content

Commit

Permalink
Update 1.1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SatsukiRyu authored Feb 27, 2024
1 parent 52bcaa4 commit 0d8abe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 1.1.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ def descargar_archivo(url, nombre_archivo):
print("Ocurrió un error:", e)

# URL del archivo a descargar y nombre local del archivo
url_archivo = "https://github.com/a7ddc23a-8481-41e7-b044-0db1826d8616"
url_archivo = "https://raw.githubusercontent.com/gamerfox2000/python-calc/main/1.1.py
"
nombre_local = "Python-calc-1.1.py"

# Llamar a la función para descargar el archivo
Expand Down

0 comments on commit 0d8abe3

Please sign in to comment.