WilliamGazeley commited on
Commit
6b79694
·
1 Parent(s): 470abd3

Add debugging print

Browse files
Files changed (1) hide show
  1. src/app.py +1 -0
src/app.py CHANGED
@@ -60,6 +60,7 @@ def main_headless():
60
  print('\033[94m' + get_output(agent_resp, input_text) + '\033[0m')
61
 
62
  if __name__ == "__main__":
 
63
  if config.headless:
64
  main_headless()
65
  else:
 
60
  print('\033[94m' + get_output(agent_resp, input_text) + '\033[0m')
61
 
62
  if __name__ == "__main__":
63
+ print(f"Test env vars: {os.getenv('TEST_SECRET')}")
64
  if config.headless:
65
  main_headless()
66
  else: