Pendrokar commited on
Commit
37132c3
β€’
1 Parent(s): 3de5885

logging => info

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def run_xvaserver():
25
  sys.exit(0)
26
 
27
  # contact local xVASynth server; ~2 second timeout
28
- logging.info(f'Attempting to connect to xVASynth...')
29
  response = requests.get('http://0.0.0.0:8008')
30
  response.raise_for_status() # If the response contains an HTTP error status code, raise an exception
31
 
 
25
  sys.exit(0)
26
 
27
  # contact local xVASynth server; ~2 second timeout
28
+ print('Attempting to connect to xVASynth...')
29
  response = requests.get('http://0.0.0.0:8008')
30
  response.raise_for_status() # If the response contains an HTTP error status code, raise an exception
31