Skip to content

Commit

Permalink
add support for rust & typescript resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Mar 15, 2024
1 parent 6131841 commit 4a34e31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ class FilterTypeForm(FlaskForm):
"Android": "android",
"Surprise Me!": "miscellaneous",
"DevOps": "devops",
"Rust": "rust",
"TypeScript": "typescript",
}


Expand Down
2 changes: 2 additions & 0 deletions resourcer/resourcer.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class Types(Enum):
"computer-graphics": "computer-graphics",
"computer-science": "computer-science",
"devops": "devops",
"rust": "languages/rust",
"typescript": "languages/typescript",
}

requests_cache.install_cache("resource_cache", backend="memory", expire_after=180)
Expand Down

0 comments on commit 4a34e31

Please sign in to comment.