Browse Source

update client_id

master
欧醚 1 year ago
parent
commit
bb9d463446
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      ask.py
  2. +1
    -1
      static/ask.html

+ 1
- 1
ask.py View File

@ -11,7 +11,7 @@ import datetime
from dateutil.tz import tzlocal
BOT_NAME = '@ask_me_bot'
CLIENT_ID = 'tKqbqe-KfV6n2HUnSyjnBbsuzGCgshW5ICu-YTIoeSU'
CLIENT_ID = 'WQHzKKvfahkkcFm_iErT6ZdYvczi8L6Uunsoa88bCKA'
CLIENT_SEC = open('client.secret', 'r').read().strip()
DOMAIN = 'thu.closed.social'

+ 1
- 1
static/ask.html View File

@ -128,7 +128,7 @@
</div>
<script>
var c_id = "tKqbqe-KfV6n2HUnSyjnBbsuzGCgshW5ICu-YTIoeSU";
var c_id = "WQHzKKvfahkkcFm_iErT6ZdYvczi8L6Uunsoa88bCKA";
var hostname = "thu.closed.social";
function checked() {
return $('#autoSend:checked').length>0;

Loading…
Cancel
Save