Browse Source

fix WORK_URL

master
欧醚 2 years ago
parent
commit
e0b74fec9d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ask.py

+ 1
- 1
ask.py View File

@ -20,7 +20,7 @@ MENTION_BOT_TEMP = re.compile(r'
DELETE_TEMP = re.compile(r'<p>\s*删除\s*</p>')
WORK_URL = 'https://closed.social'
WORK_URL = 'http://127.0.0.1:5000'
# WORK_URL = 'http://127.0.0.1:5000'
REDIRECT_URI = WORK_URL + '/askMe/auth'

Loading…
Cancel
Save