Skip to content

Commit

Permalink
【Optimize】Recorder 不需要再指定 store_category
Browse files Browse the repository at this point in the history
Former-commit-id: 101bcc2
  • Loading branch information
buginux committed Jul 4, 2019
1 parent 7a5bf18 commit b2e30d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zvt/recorders/sina/china_etf_day_kdata_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class ChinaETFDayKdataRecorder(FixedCycleDataRecorder):
meta_schema = Index

provider = Provider.SINA
store_category = StoreCategory.index_1d_kdata
data_schema = Index1DKdata
url = 'http://money.finance.sina.com.cn/quotes_service/api/json_v2.php/CN_MarketData.getKLineData?' \
'symbol={}{}&scale=240&&datalen={}&ma=no'
Expand Down

0 comments on commit b2e30d8

Please sign in to comment.