Skip to content

Commit 764bb3b

Browse files
committed
temp fix: put hardcoded position string
1 parent 9dde87f commit 764bb3b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
src/__pycache__/
2-
.venv/
2+
.venv/
3+
output/

src/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
FAVICON_PATH = WEB_DIR / "favicon.ico"
2020

2121
logging.basicConfig(
22-
level=logging.INFO,
22+
level=logging.DEBUG,
2323
format="%(asctime)s %(levelname)s [%(name)s] %(message)s",
2424
)
2525

src/skyview_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def fetch_survey_image(
124124
)
125125

126126
images = SkyView.get_images(
127-
position=pos,
127+
position="Alpha Carinae", # Works only when using a string
128128
survey=[survey],
129129
coordinates="J2000",
130130
width=f"{width_deg} deg",

0 commit comments

Comments
 (0)