mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-03 02:53:17 +08:00
Update smzdm_checkin.js
This commit is contained in:
@@ -17,7 +17,7 @@ class SmzdmCheckinBot extends SmzdmBot {
|
||||
constructor(cookie, sk) {
|
||||
super(cookie);
|
||||
|
||||
this.sk = sk.trim();
|
||||
this.sk = sk ? sk.trim() : '';
|
||||
}
|
||||
|
||||
async run() {
|
||||
|
||||
Reference in New Issue
Block a user