Skip to content

Commit

Permalink
Merge pull request #25 from AstarVienna/hb/etimecalret-002
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel authored Oct 13, 2023
2 parents 227b8b9 + 0127f2d commit edc80c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skycalc_ipy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, indic):
indic = indic.values

self.almdata = None
self.almserver = "https://etimecalret-001.eso.org"
self.almserver = "https://etimecalret-002.eso.org"
self.almurl = "/observing/etc/api/skycalc_almanac"

# Left: users keyword (skycalc_cli),
Expand Down Expand Up @@ -220,7 +220,7 @@ class SkyModel:
def __init__(self):
self.stop_on_errors_and_exceptions = True
self.data = None
self.server = "https://etimecalret-001.eso.org"
self.server = "https://etimecalret-002.eso.org"
self.url = self.server + "/observing/etc/api/skycalc"
self.deleter_script_url = self.server + "/observing/etc/api/rmtmp"
self.bugreport_text = ""
Expand Down

0 comments on commit edc80c3

Please sign in to comment.