This commit is contained in:
dsyoon
2023-02-18 10:46:20 +09:00
parent 147951f07c
commit f72f1728e3
2 changed files with 8 additions and 4 deletions

View File

@@ -657,7 +657,7 @@ class HTS:
bConnect = objCpCybos.IsConnect
if (bConnect == 0):
print("PLUS가 정상적으로 연결되지 않음. ")
exit()
return result
# 차트 객체 구하기
objStockChart = win32com.client.Dispatch("CpSysDib.StockChart")
@@ -721,7 +721,7 @@ class HTS:
bConnect = objCpCybos.IsConnect
if (bConnect == 0):
print("PLUS가 정상적으로 연결되지 않음. ")
exit()
return stock
# 차트 객체 구하기
objStockChart = win32com.client.Dispatch("CpSysDib.StockChart")