steveagi commited on
Commit
fbf93e6
·
1 Parent(s): 78c5616
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def run(hf_token, service, game, functionality, nlp_command):
44
  return "please make sure the command is not empty"
45
 
46
  try:
47
- if service in functionality_shared[1:]:
48
  print(f"{datetime.today()} [{game}]\t{nlp_command}")
49
  # myobj = {
50
  # 'data': [service, game, r, nlp_command],
 
44
  return "please make sure the command is not empty"
45
 
46
  try:
47
+ if service not in functionality_shared[1:]:
48
  print(f"{datetime.today()} [{game}]\t{nlp_command}")
49
  # myobj = {
50
  # 'data': [service, game, r, nlp_command],