xinxin
This commit is contained in:
parent
5cb5bcb676
commit
8ba20e4819
BIN
__pycache__/tools.cpython-311.pyc
Normal file
BIN
__pycache__/tools.cpython-311.pyc
Normal file
Binary file not shown.
BIN
__pycache__/trade_logic.cpython-311.pyc
Normal file
BIN
__pycache__/trade_logic.cpython-311.pyc
Normal file
Binary file not shown.
@ -25,8 +25,7 @@ root_path = Path(__file__).parent.parent
|
||||
|
||||
|
||||
# 直接默认使用C:'金长江网上交易汇智版','xiadan.exe'
|
||||
path = os.path.join('C:','金长江网上交易汇智版','xiadan.exe')
|
||||
|
||||
path = r'C:\金长江网上交易汇智版\xiadan.exe'
|
||||
global engine
|
||||
engine = create_engine(
|
||||
'mysql+pymysql://cn_ainvest_db:cn_ainvest_sd3a1@rm-2zewagytttzk6f24xno.mysql.rds.aliyuncs.com:3306'
|
||||
|
@ -24,7 +24,7 @@ scripts_path = os.path.dirname(os.path.realpath(__file__))
|
||||
from pathlib import Path
|
||||
root_path = Path(__file__).parent.parent
|
||||
from config import ssid,password
|
||||
path = os.path.join('C:','gfzqrzrq','xiadan.exe')
|
||||
path = r'C:\广发证券网上交易系统\xiadan.exe'
|
||||
|
||||
global engine
|
||||
engine = create_engine(
|
||||
|
@ -23,7 +23,7 @@ scripts_path = os.path.dirname(os.path.realpath(__file__))
|
||||
from pathlib import Path
|
||||
root_path = Path(__file__).parent.parent
|
||||
from config import ssid,password
|
||||
path = os.path.join('C:','华泰证券网上交易委托系统','xiadan.exe')
|
||||
path = r'C:\华泰证券网上交易委托系统\xiadan.exe'
|
||||
|
||||
global engine
|
||||
engine = create_engine(
|
||||
|
@ -23,7 +23,7 @@ scripts_path = os.path.dirname(os.path.realpath(__file__))
|
||||
from pathlib import Path
|
||||
root_path = Path(__file__).parent.parent
|
||||
|
||||
path = os.path.join('C:','中信建投网上交易极速版(同花顺)','xiadan.exe')
|
||||
path = r'C:\中信建投网上交易极速版(同花顺)\xiadan.exe'
|
||||
global engine
|
||||
engine = create_engine(
|
||||
'mysql+pymysql://cn_ainvest_db:cn_ainvest_sd3a1@rm-2zewagytttzk6f24xno.mysql.rds.aliyuncs.com:3306'
|
||||
|
Loading…
x
Reference in New Issue
Block a user