mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
fixed a typo
This commit is contained in:
parent
9e072bdbfd
commit
6195fc12d3
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
#!/awips2/python/bin/python
|
#!/awips2/python/bin/python
|
||||||
from ufpy.dataaccess import DataAccessLayer
|
from ufpy.dataaccess import DataAccessLayer
|
||||||
et everything up
|
|
||||||
|
|
||||||
|
# set everything up
|
||||||
DataAccessLayer.changeEDEXHost("edex.unidata.ucar.edu")
|
DataAccessLayer.changeEDEXHost("edex.unidata.ucar.edu")
|
||||||
request = DataAccessLayer.newDataRequest()
|
request = DataAccessLayer.newDataRequest()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue