Skip to content

Commit

Permalink
🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreomeow committed Aug 31, 2021
1 parent 433a23d commit 6fef518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/js/Wechat-Timed-Message.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $exec('python3 https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/py/We
MSG: $store.get('MSG', 'string'),
IMAGE: $store.get('IMAGE', 'string'),
CONTENT: $store.get('CONTENT', 'string'),
QYWX_AM: $store.get('QYWX_AM', 'string'),
QYWX_AM: $store.get('QYWX_APP', 'string'),
},
cb(data, error) {
error ? console.error(error) : console.log(data)
Expand Down
2 changes: 1 addition & 1 deletion Scripts/py/Wechat-Timed-Message.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
title = os.getenv('TITLE')
message = os.getenv('MSG')
content = os.getenv('CONTENT')
qywx_am = os.getenv('QYWX_APP')
qywx_am = os.getenv('QYWX_AM')
image = os.getenv('IMAGE')
access_token = ""
errorNotify = ""
Expand Down

0 comments on commit 6fef518

Please sign in to comment.