Showing
2 changed files
with
3 additions
and
1 deletions
... | @@ -21,4 +21,6 @@ real_num=1 | ... | @@ -21,4 +21,6 @@ real_num=1 |
21 | # 데이터베이스 이름 | 21 | # 데이터베이스 이름 |
22 | real_bot_name="AutoBot"+str(real_num) | 22 | real_bot_name="AutoBot"+str(real_num) |
23 | real_stockInfo_name="stock_info" | 23 | real_stockInfo_name="stock_info" |
24 | -real_dailyInfo_name="daily_info" | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
24 | +real_dailyInfo_name="daily_info" | ||
25 | + | ||
26 | +max_api_call=98 | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment