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: