Skip to content

Commit

Permalink
Update getProxy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
j0rd1s3rr4n0 committed Jul 20, 2024
1 parent a61c657 commit e8e0c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/getProxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
TIMEOUT = 5
def commit_push_y_borrar_archivos():
try:
# Hacer fetch y pull
# Hacer fetch y pull
subprocess.run(["git", "fetch"])
subprocess.run(["git", "pull"])
# Hacer commit de http.txt
Expand Down

0 comments on commit e8e0c75

Please sign in to comment.