def __init__(self):
with open(os.path.join(os.path.dirname(__file__), 'cafeteria.json')) as f:
self.cafeterias = json.load(f)
self.url = 'https://sio.no/mat-og-drikke/_window/mat+og+drikke+-+dagens+middag?s={}'
requests_cache.install_cache('sio', expire_after=360)
评论列表
文章目录