MCPcopy Create free account
hub / github.com/comaps/comaps / OpentableDownloaderError

Class OpentableDownloaderError

tools/python/opentable_restaurants.py:21–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19logging.basicConfig(level=logging.DEBUG, format='[%(asctime)s] %(levelname)s: %(message)s')
20
21class OpentableDownloaderError(Exception):
22 pass
23
24class OpentableDownloader(object):
25 def __init__(self, login, password, opentable_filename, tsv_filename=None):

Callers 1

_get_tokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected