File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ def login_xinximenhu(i):
167
167
r_third = s .get (login_ticket_url ,timeout = 4 )
168
168
ret3 = s .__dict__
169
169
cookies = ret3 ['cookies' ]
170
- jwcinfo = cookies2 ['BIGipServerpool_jwc_xk' ]
171
- jsessionid = cookies2 .values ()[1 ]
170
+ jwcinfo = cookies ['BIGipServerpool_jwc_xk' ]
171
+ jsessionid = cookies .values ()[1 ]
172
172
173
173
174
174
global login_info_header
@@ -197,7 +197,7 @@ def find_book(i):
197
197
#图书详情
198
198
def book_info (i ):
199
199
resp04 = requests .get ("https://ccnubox.muxixyz.com/api/lib/?id=0000475103" )
200
- statu06 = resp04 .status_code
200
+ statu04 = resp04 .status_code
201
201
r04 .set (i ,statu04 )
202
202
203
203
#我的图书馆
Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ echo 'romove celerybeat.pid'
2
2
echo ' celerybeat-schedule'
3
3
echo ' make_celery.pyc'
4
4
echo ' monitor.pyc'
5
+ echo ' wsgi.pyc'
5
6
rm celerybeat.pid
6
7
rm celerybeat-schedule
7
8
rm make_celery.pyc
8
9
rm monitor.pyc
10
+ rm wsgi.pyc
You can’t perform that action at this time.
0 commit comments