From f7c84a1de9ada07f016e3fc76b20655958a64267 Mon Sep 17 00:00:00 2001 From: luimos10x <77957023+luimos10@users.noreply.github.com> Date: Sun, 16 Jul 2023 06:41:53 -0400 Subject: [PATCH] cambio el archivo script con print de dias [ Please enter the commit message for your changes. Lines starting --- config.py | 2 +- script.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 0de3a18..5da93b0 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,4 @@ API_KEY = '' API_SECRET = '' -dias = 7 \ No newline at end of file +dias = 15 \ No newline at end of file diff --git a/script.py b/script.py index 253f49a..8e6241c 100644 --- a/script.py +++ b/script.py @@ -3,6 +3,7 @@ ticks = buscarTicks() ticksNumber = len(ticks) print("NUMERO DE TICKS: " + str(ticksNumber)) +print("NUMERO DE DIAS A ESTIMAR: " + str(dias)) for tick in ticks: analizarMoneda(tick)