Skip to content

Commit

Permalink
Remove API and switch to api.fink-portal.org
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Dec 23, 2024
1 parent 3e6e157 commit 85f2e18
Show file tree
Hide file tree
Showing 40 changed files with 93 additions and 9,803 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
run: |
ruff check --statistics *.py
ruff check --statistics apps/
ruff check --ignore D205 tests/
- name: Format
run: |
ruff format --check *.py
ruff format --check apps/
ruff format --check tests/
29 changes: 0 additions & 29 deletions .github/workflows/run_test.yml

This file was deleted.

7 changes: 1 addition & 6 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,15 @@
# import jpype

import os
import yaml
import diskcache


dash._dash_renderer._set_react_version("18.2.0")

cache = diskcache.Cache("./cache")
long_callback_manager = DiskcacheLongCallbackManager(cache)
background_callback_manager = DiskcacheManager(cache)

args = yaml.load(open("config.yml"), yaml.Loader)

APIURL = args["APIURL"]
LOCALAPI = args.get("LOCALAPI", False)

# bootstrap theme
external_stylesheets = [
dbc.themes.SPACELAB,
Expand Down
Empty file removed apps/api/__init__.py
Empty file.
Loading

0 comments on commit 85f2e18

Please sign in to comment.