Skip to content

Commit

Permalink
Update checkin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Devilstore authored Dec 20, 2024
1 parent e127dc2 commit e941796
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion checkin.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@

# 推送消息
# 未设置 sckey 则不进行推送
if sckey:
if not sckey:
print("Not push")
else:
pushdeer = PushDeer(pushkey=sckey)
pushdeer.send_text(title, desp=context)

0 comments on commit e941796

Please sign in to comment.