Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Add Thorr name checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousikai authored and Ousikai committed Feb 26, 2022
1 parent b758f90 commit e6a56c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions convoy/gauntlet_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def get_unit_scores():
# 3) save value in dictionary
# 4) reduce value of count by 1
x_text = x.get_text()
# if "L" in x_text and "f" in x_text:
# logger.debug("Changing text to Lif")
# x_text = "Lif"
if "Th" in x_text and "rr" in x_text:
logger.debug("Changing text to Thorr")
x_text = "Thorr"
# if "Black" in x_text and "Knight" in x_text:
# logger.debug("Changing text to BlackKnight")
# x_text = "BlackKnight"
Expand Down

0 comments on commit e6a56c8

Please sign in to comment.