This commit is contained in:
dsyoon
2023-01-21 21:57:19 +09:00
parent 434054d238
commit 3ddc3be228
2 changed files with 2 additions and 2 deletions

View File

@@ -655,7 +655,7 @@ if __name__ == "__main__":
bithumb = Bithumb_daily(RESOURCE_PATH) bithumb = Bithumb_daily(RESOURCE_PATH)
tickers = ['XRP', 'BTC', 'SOL'] tickers = ['XRP', 'BTC', 'SOL']
isRealTime = False isRealTime = True
if isRealTime: if isRealTime:
while True: while True:
for ticker in tickers: for ticker in tickers:

View File

@@ -727,7 +727,7 @@ if __name__ == "__main__":
bithumb = Bithumb_minute(RESOURCE_PATH) bithumb = Bithumb_minute(RESOURCE_PATH)
tickers = ['XRP', 'BTC'] tickers = ['XRP', 'BTC']
isRealTime = False isRealTime = True
if isRealTime: if isRealTime:
while True: while True:
for ticker in tickers: for ticker in tickers: