1
0
Fork 0

Removed api caching which fixed random meal fetching

This commit is contained in:
Ava Wroten 2020-02-24 10:18:19 -06:00
parent 2d4c2de2ff
commit 9a6ec8e165

View file

@ -1,11 +1,8 @@
from pycnic.core import WSGI, Handler
from key_replacer import KeyReplacer
import requests
import requests_cache
import json
requests_cache.install_cache()
class Base(Handler):
hostname = "https://www.themealdb.com/api/json/v1/1/"