mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
easiest server to resolve to should be 'edex'
This commit is contained in:
parent
6195fc12d3
commit
63ae234f5f
1 changed files with 1 additions and 4 deletions
|
@ -43,10 +43,7 @@
|
|||
import sys
|
||||
import subprocess
|
||||
|
||||
#THRIFT_HOST = subprocess.check_output(
|
||||
# "source /awips2/fxa/bin/setup.env; echo $DEFAULT_HOST",
|
||||
# shell=True).strip()
|
||||
THRIFT_HOST = "edex.unidata.ucar.edu"
|
||||
THRIFT_HOST = "edex"
|
||||
USING_NATIVE_THRIFT = False
|
||||
|
||||
if sys.modules.has_key('JavaImporter'):
|
||||
|
|
Loading…
Add table
Reference in a new issue