Skip to content

Commit

Permalink
fix for #45 anime-list-full is too large
Browse files Browse the repository at this point in the history
  • Loading branch information
Fribb committed Jul 7, 2023
1 parent 69951e1 commit b7f3e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Contents/Code/utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CommonUtils:
''' caching time for requests '''
AGENT_CACHE_TIME = CACHE_1HOUR * 24
''' mapping file '''
AGENT_MAPPING_URL = "https://raw.githubusercontent.com/Fribb/anime-lists/master/anime-list-full.json"
AGENT_MAPPING_URL = "https://raw.githubusercontent.com/Fribb/anime-lists/master/anime-list-mini.json"
''' headers '''
AGENT_HEADERS = {'Content-type': 'application/json'}

Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed, 07 Dec 2022 07:56:44 +0100
#Fri, 07 Jul 2023 16:24:40 +0200
major.number=7
minor.number=4
build.number=0
build.number=1

0 comments on commit b7f3e37

Please sign in to comment.