cmenon12 / birdbox-livestream

Collection of Python scripts designed for livestreaming a birdbox from a Raspberry Pi to YouTube!
https://www.youtube.com/channel/UCikUXkTwFvyrHlajBRQwvuw/
GNU General Public License v3.0
2 stars 0 forks source link

#77 Suppress warning about unsupported caching #83

Closed cmenon12 closed 8 months ago

cmenon12 commented 8 months ago

Suppresses the warning to prevent it becoming a distraction. Although the default value was True the warning we were getting indicates that it wasn't doing any caching anyway.

See discussion at https://github.com/googleapis/google-api-python-client/issues/299

Resolves #77