Spaces:
Sleeping
Sleeping
Commit ยท
00ed5dc
1
Parent(s): 501fbf2
no message
Browse files- app/app.py +1 -1
app/app.py
CHANGED
|
@@ -7,7 +7,7 @@ import requests
|
|
| 7 |
from typing import Optional
|
| 8 |
from fastapi import FastAPI, Request, Header, HTTPException
|
| 9 |
import sys
|
| 10 |
-
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
| 11 |
from calendar_tool import calendar_main
|
| 12 |
# .env ํ์ผ์์ ํ๊ฒฝ ๋ณ์๋ฅผ ๋ถ๋ฌ์ต๋๋ค.
|
| 13 |
load_dotenv()
|
|
|
|
| 7 |
from typing import Optional
|
| 8 |
from fastapi import FastAPI, Request, Header, HTTPException
|
| 9 |
import sys
|
| 10 |
+
# sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
| 11 |
from calendar_tool import calendar_main
|
| 12 |
# .env ํ์ผ์์ ํ๊ฒฝ ๋ณ์๋ฅผ ๋ถ๋ฌ์ต๋๋ค.
|
| 13 |
load_dotenv()
|