harrygens commited on
Commit
174a913
·
1 Parent(s): fc873f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def getChooseRole(msg):
39
  if start_index >= 0:
40
  end_index = msg.index(",")
41
  str = trim(msg[start_index:] + msg[:end_index])
42
- if str.lower() == "dm"
43
  return ""
44
  else:
45
  return str
 
39
  if start_index >= 0:
40
  end_index = msg.index(",")
41
  str = trim(msg[start_index:] + msg[:end_index])
42
+ if str.lower() == "dm":
43
  return ""
44
  else:
45
  return str