Skip to content

Commit

Permalink
Update SenKongDao.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Maojuan-lang authored Sep 12, 2023
1 parent 7a90b2b commit cb72fd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SenKongDao.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import json
import sys
import time
import datetime

import requests

Expand All @@ -11,6 +12,9 @@
# 休眠三秒继续其他账号签到
SLEEP_TIME = 3

# 打印当前时间
print("当前时间为:" + datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S"))

# 读取cookie
cookie_file = open("SenKongDao_config.txt", "r+", encoding="utf8")
cookie_lines = cookie_file.readlines()
Expand Down

0 comments on commit cb72fd3

Please sign in to comment.