Pendrokar commited on
Commit
3a99466
β€’
1 Parent(s): ed18ebf

relocate server.py

Browse files
app.py CHANGED
@@ -11,7 +11,7 @@ def run_xvaserver():
11
  try:
12
  # start the process without waiting for a response
13
  print('Running xVAServer subprocess...\n')
14
- xvaserver = Popen(['python', 'server.py'], stdout=PIPE, stderr=PIPE, universal_newlines=True)
15
  except:
16
  print('Could not run xVASynth.')
17
  sys.exit(0)
 
11
  try:
12
  # start the process without waiting for a response
13
  print('Running xVAServer subprocess...\n')
14
+ xvaserver = Popen(['python', 'resources/app/server.py'], stdout=PIPE, stderr=PIPE, universal_newlines=True)
15
  except:
16
  print('Could not run xVASynth.')
17
  sys.exit(0)
server.py β†’ resources/app/server.py RENAMED
File without changes