Skip to content

Commit

Permalink
add tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Mar 24, 2022
1 parent 5fb3b61 commit 8e9e9cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytools/modules/arxivhelper/arxivhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

'''每天从arxiv获取自己感兴趣的论文'''
class ArxivHelper():
tool_name = 'Arxiv小助手'
def __init__(self, keywords_list=['continual learning'], history_filename='cache.pkl', time_interval=3600*5, server_key=None, **kwargs):
self.history_filename = history_filename
self.keywords_list = keywords_list
Expand Down

0 comments on commit 8e9e9cf

Please sign in to comment.