mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
feat: linebot
1. remove redundant code
This commit is contained in:
@@ -27,8 +27,6 @@ from datetime import datetime
|
||||
load_dotenv()
|
||||
|
||||
app = FastAPI()
|
||||
app.mount("/static", StaticFiles(directory="static"), name="static")
|
||||
|
||||
|
||||
# LINE 設定
|
||||
configuration = Configuration(access_token=os.getenv("LINE_CHANNEL_ACCESS_TOKEN"))
|
||||
|
||||
Reference in New Issue
Block a user