MMA
MMA
The verbose parameter `verbose: Whether to output a warning the .env file is missing.` doesn't raise any warning. ```bash >>> from dotenv import dotenv_values >>> dotenv_values() OrderedDict() >>> dotenv_values(verbose=True) OrderedDict()...
Changed: - `logger.info()` -> `logger.warning()` to output a warning as it should if the .env file is missing. Fix #477
Changed: - `set_key` now checks if the `dotenv_path` exists Fix https://github.com/theskumar/python-dotenv/issues/480
`set_key` states "If the .env path given doesn't exist, fails instead of risking creating an orphan .env somewhere in the filesystem". `set_key` has no check if the file exists. As...
Changed: - `set_key` and `get_key` have now verbose parameter. Default verbose was True for `get_key`, so `set_key` and `get_key` have True by default. - `set_key` use `with_warn_for_invalid_lines` so I added...
Hi, I tried to use Sendgrid to relay emails but I cannot make it work. I have set up the required env with sendgrid provided info but I don't receive...
Added: - You can use Trakt to more accurately find the media, get season poster (could add an option in config to choose between show, season, episode poster) - Displays...
The text of the reset button is taking it's color from --spice-text which is by default `#ffffff`. The button background also take --spice-text as background color multiple times in the...
If jukebox is enabled and you keep shift key pressed it will infinitely play the last second and out of sync in the console:  `(r && console.error(`Out of sync...
When enabling jukebox on a specific audio I get an infinite loading screen. I first get `TypeError: Cannot read properties of undefined (reading 'playCount')` when enabling jukebox and then `TypeError:...