Terry Zhuo commited on
Commit
a20f1c5
·
1 Parent(s): 9ded9c4
Files changed (1) hide show
  1. azure_count_ip_data.py +1 -1
azure_count_ip_data.py CHANGED
@@ -218,7 +218,7 @@ def get_file_data(content: str) -> Tuple[Optional[str], Optional[str], bool]:
218
  if not (ip_in_whitelist or username_in_whitelist):
219
  return ip, username, False, user_prompt
220
 
221
- return ip, username, vote_conditions_met
222
  except Exception as e:
223
  log.error(f"Error processing file content: {e}")
224
  return None, None, False, user_prompt
 
218
  if not (ip_in_whitelist or username_in_whitelist):
219
  return ip, username, False, user_prompt
220
 
221
+ return ip, username, vote_conditions_met, user_prompt
222
  except Exception as e:
223
  log.error(f"Error processing file content: {e}")
224
  return None, None, False, user_prompt