From 3ddc3be228f94a1ed04f50e57a82b396634eba0a Mon Sep 17 00:00:00 2001 From: dsyoon Date: Sat, 21 Jan 2023 21:57:19 +0900 Subject: [PATCH] init --- Bithumb_daily.py | 2 +- Bithumb_minute.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bithumb_daily.py b/Bithumb_daily.py index 62e81c2..9152413 100644 --- a/Bithumb_daily.py +++ b/Bithumb_daily.py @@ -655,7 +655,7 @@ if __name__ == "__main__": bithumb = Bithumb_daily(RESOURCE_PATH) tickers = ['XRP', 'BTC', 'SOL'] - isRealTime = False + isRealTime = True if isRealTime: while True: for ticker in tickers: diff --git a/Bithumb_minute.py b/Bithumb_minute.py index 90bdbd4..effdb8a 100644 --- a/Bithumb_minute.py +++ b/Bithumb_minute.py @@ -727,7 +727,7 @@ if __name__ == "__main__": bithumb = Bithumb_minute(RESOURCE_PATH) tickers = ['XRP', 'BTC'] - isRealTime = False + isRealTime = True if isRealTime: while True: for ticker in tickers: