Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imperialwool
/
funapi
like
2
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
6e39dc6
funapi
/
routes
/
jokes
/
getSources.py
imperialwool
jokes fix
7190978
almost 2 years ago
raw
Copy download link
history
blame
Safe
135 Bytes
def
getSources
(
request
):
return
{
"ru"
: [
"nekdo"
,
"baneks"
,
"anekdot"
,
"shytok"
,
"anekdotytoday"
,
"4tob"
,
"anepedia"
]
}