Skip to content

Commit

Permalink
修复重复回答
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Dec 26, 2021
1 parent ae5a355 commit 5145609
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion OlivaDiceCore/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import uuid

OlivaDiceCore_ver = '3.1.0'
OlivaDiceCore_ver = '3.1.1'

exce_path = os.getcwd()

Expand Down
1 change: 0 additions & 1 deletion OlivaDiceCore/msgReply.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,6 @@ def unity_reply(plugin_event, Proc):
dictTValue['tPcTempName'] = tmp_template_name
dictTValue['tPcTempRuleName'] = tmp_template_rule_name
tmp_reply_str = dictStrCustom['strPcTempRuleShow'].format(**dictTValue)
replyMsg(plugin_event, tmp_reply_str)
else:
tmp_reply_str = dictStrCustom['strPcTempRuleError'].format(**dictTValue)
replyMsg(plugin_event, tmp_reply_str)
Expand Down

0 comments on commit 5145609

Please sign in to comment.