Jake Cowton
Jake Cowton
When converting a request to or from a dictionary, limited searching is done for the corresponding callback. This PR searches deeper for the callback function.
Uses the same order of keyword & score regardless of value provided for `dedupLim`
Frequently get this error when storing captions. Doesn't seem to be an issue when just taking images. ``` Traceback (most recent call last): File "instagramcrawler.py", line 341, in main() File...
Currently the SQL generated for recommended questions does not check if the SQL is valid. This PR runs a configurable number of retries to fix any invalid SQL, bringing it...