Skip to content

Commit

Permalink
temporarily cancel the reminder for forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
nfe-w committed Apr 6, 2021
1 parent a009cfe commit c82eadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions query_bili.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

DYNAMIC_DICT = {}
LIVING_STATUS_DICT = {}
LEN_OF_DEQUE = 12
LEN_OF_DEQUE = 20


def query_dynamic(uid=None):
Expand Down Expand Up @@ -55,7 +55,7 @@ def query_dynamic(uid=None):
logger.info(DYNAMIC_DICT[uid])

dynamic_type = item['desc']['type']
if dynamic_type not in [1, 2, 4, 8, 64]:
if dynamic_type not in [2, 4, 8, 64]:
logger.info('【查询动态状态】【{uname}】动态有更新,但不在需要推送的动态类型列表中'.format(uname=uname))
return

Expand Down

0 comments on commit c82eadd

Please sign in to comment.