izuemon commited on
Commit
c3334da
·
verified ·
1 Parent(s): 775a8f3

Update dmsender.py

Browse files
Files changed (1) hide show
  1. dmsender.py +2 -1
dmsender.py CHANGED
@@ -7,7 +7,8 @@ TARGET_FORWARD_CHAT_ID = "463667"
7
 
8
  HEADERS = {
9
  "Content-Type": "application/json",
10
- "x-account": "Bearer " + os.getenv("dmsendertoken")
 
11
  }
12
 
13
  SEND_BODY_TEMPLATE = {
 
7
 
8
  HEADERS = {
9
  "Content-Type": "application/json",
10
+ "accept-language": "ja",
11
+ "x-account": os.getenv("dmsendertoken")
12
  }
13
 
14
  SEND_BODY_TEMPLATE = {