alanchen1115 commited on
Commit
57851c6
·
verified ·
1 Parent(s): 0ea605e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -3
main.py CHANGED
@@ -19,9 +19,6 @@ working_status = os.getenv("DEFALUT_TALKING", default = "true").lower() == "true
19
 
20
  app = Flask(__name__)
21
 
22
- line_handler = WebhookHandler(YOUR_CHANNEL_SECRET)
23
- line_bot_api = LineBotApi(YOUR_CHANNEL_ACCESS_TOKEN)
24
-
25
  @app.route('/')
26
  def main():
27
  return '您好'
 
19
 
20
  app = Flask(__name__)
21
 
 
 
 
22
  @app.route('/')
23
  def main():
24
  return '您好'