Skip to content

Commit

Permalink
天凤播报逻辑更新
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoRabi authored May 4, 2022
1 parent a011ba8 commit 2f0e919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/TenHouPlugin/TenHou.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def autoget_th_match() -> list:
plname = re.sub(r"[(\d+\.\-)]", "", players)
plname = plname.split(' ')
players = players.split(' ')
for p in plname:
if p in playername:
for p in playername:
if p in plname:
print(f"{datas}\n")
cursor.execute(
f"select * from paipu where player1 = '{players[0]}' and startTime = '{usetime['daytime']} {startTime}'")
Expand Down

0 comments on commit 2f0e919

Please sign in to comment.