Skip to content

Commit 956b2ef

Browse files
author
Pablo Marin
committed
fix server.py uncommented code
1 parent b70ee69 commit 956b2ef

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

apps/backend/fastapi/app/server.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
##########################################################
2323
## Uncomment this section to run locally
24-
current_file = Path(__file__).resolve()
25-
library_path = current_file.parents[4]
26-
data_path = library_path / "data"
27-
sys.path.append(str(library_path)) # ensure we can import "common" etc.
28-
load_dotenv(str(library_path) + "/credentials.env")
29-
csv_file_path = data_path / "all-states-history.csv"
30-
api_file_path = data_path / "openapi_kraken.json"
24+
# current_file = Path(__file__).resolve()
25+
# library_path = current_file.parents[4]
26+
# data_path = library_path / "data"
27+
# sys.path.append(str(library_path)) # ensure we can import "common" etc.
28+
# load_dotenv(str(library_path) + "/credentials.env")
29+
# csv_file_path = data_path / "all-states-history.csv"
30+
# api_file_path = data_path / "openapi_kraken.json"
3131
##########################################################
3232

3333
# from the graph module

apps/backend/fastapi/backend.zip

9 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)