This commit is contained in:
dsyoon
2023-01-21 22:27:03 +09:00
parent d44a4d4fbd
commit 73ab16f373

View File

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