Skip to content

Commit

Permalink
修正天凤牌谱解析后记录np不正确的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl committed May 29, 2023
1 parent 8a4e29b commit 793e2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_nagabus/naga/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ async def _get_local_order() -> Optional[NagaOrderOrm]:

order_orm = NagaOrderOrm(haihu_id=haihu_id,
customer_id=customer_id,
cost_np=10,
cost_np=50,
source=NagaOrderSource.tenhou,
model_type=model_type.value,
status=NagaOrderStatus.analyzing,
Expand Down

0 comments on commit 793e2e3

Please sign in to comment.