config.py 287 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 # 데이터베이스 접속정보 db_id="user" db_pw="password" db_port="3306" db_ip="localhost" # 모의투자 계좌번호 test_account_no="8147766711" # 시뮬레이션을 돌리기 시작할 날짜 start_buying='20190101' simul_num1=1 simul_name1="AutoBot"+str(simul_num1)+"_Test"