Skip to content

Commit

Permalink
遗漏提交
Browse files Browse the repository at this point in the history
  • Loading branch information
FutunnOpen committed Mar 17, 2020
1 parent bf0a896 commit 8b4a0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futu/quote/open_quote_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -2700,7 +2700,7 @@ def set_price_reminder(self, code, op, key=None, reminder_type=None, reminder_fr
if reminder_freq is not None :
r, v = PriceReminderFreq.to_number(reminder_freq)
if r is False:
error_str = ERROR_STR_PREFIX + "the type of param in freq is wrong"
error_str = ERROR_STR_PREFIX + "the type of param in reminder_freq is wrong"
return RET_ERROR, error_str

query_processor = self._get_sync_query_processor(
Expand Down

0 comments on commit 8b4a0bc

Please sign in to comment.