5m4ck3r commited on
Commit
4a61018
·
verified ·
1 Parent(s): 56d3744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def compare_by_mid(bigger: int, smaller: int, address: str, threshold: float = 0
135
  bool: Boolean
136
  """
137
  if bigger == 1:
138
- if check_for_first(bigger):
139
  return True
140
  bigger_l = ["School", "Department", "Laboratory"]
141
  elif bigger == 2:
 
135
  bool: Boolean
136
  """
137
  if bigger == 1:
138
+ if check_for_first(address):
139
  return True
140
  bigger_l = ["School", "Department", "Laboratory"]
141
  elif bigger == 2: