Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
moogoo78 committed Jun 26, 2024
1 parent 6b23a2c commit 79f61aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def match(self, name, limit):

if len(results) > 0:
return results[0] # first one
elif self.hand_match_data:
return self.hand_match(name)
#elif self.hand_match_data:
# return self.hand_match(name)

def set_hand_match_data(self, data):
self.hand_match_data = data
Expand Down

0 comments on commit 79f61aa

Please sign in to comment.