File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ <h2>本站数据库<b><a style="text-decoration: none;color: skyblue" href="http
109109 < input type ="submit " value ="搜索 ">
110110 </ form >
111111 < br >
112- < h2 > 大家都在看……</ h2 >
112+ < h2 > 大家都在看🤔 ……</ h2 >
113113 < div class ="tab ">
114114
115115 </ div >
@@ -119,7 +119,7 @@ <h2>大家都在看……</h2>
119119 </ div >
120120
121121
122- < h2 > 相关资源</ h2 >
122+ < h2 > 相关资源⬇️ </ h2 >
123123 < h3 >
124124 联系我 < a style ="text-decoration: none;color: green " href ="https://t.me/BennyThink "> Benny 小可爱</ a > ・
125125 YYeTs 机器人< a style ="text-decoration: none;color: green " href ="https://t.me/yyets_bot "> Telegram Bot</ a > ・
Original file line number Diff line number Diff line change @@ -324,8 +324,7 @@ def get_black_list(self):
324324 for key in keys :
325325 count = r .get (key )
326326 ttl = r .ttl (key )
327- result ["key" ] = dict (count = count , ttl = ttl )
328-
327+ result [key ] = dict (count = count , ttl = ttl )
329328 return result
330329
331330 @gen .coroutine
You can’t perform that action at this time.
0 commit comments