Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Jul 8, 2023
1 parent 8421608 commit 0e66bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/indexer/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def get_info(self, torrent) -> dict:
"""
解析单条种子数据
"""
self.torrents_info = {'indexer': self.indexerid}
self.torrents_info = {}
try:
self.__get_title(torrent)
self.__get_description(torrent)
Expand Down

0 comments on commit 0e66bc7

Please sign in to comment.