Example #1
0
File: board.py Project: fy0/Icarus
 def today_reply_count(cls, board):
     """ 今日评论数"""
     return cls.reply_count(board, today_midnight())
Example #2
0
File: board.py Project: fy0/Icarus
 def today_topic_count(cls, board):
     """ 今日主题数"""
     return cls.topic_count(board, today_midnight())