We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\Users\Lucas\.togglore
config.ini
config
configfile
config.cfg
python run.py today Traceback (most recent call last): File "run.py", line 27, in <module> client = togglore.Togglore() File "G:\onedrive\onenote_companion_files\code_notes\clock\togglore\togglore\__init__.py", line 11, in __init__ self.cfg = config.Config.read_from_file(config_path) File "G:\onedrive\onenote_companion_files\code_notes\clock\togglore\togglore\config.py", line 27, in read_from_file api_key = cfg['Authentication']['API_KEY'] File "C:\Python38\lib\configparser.py", line 960, in __getitem__ raise KeyError(key) KeyError: 'Authentication'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Windows 10
C:\Users\Lucas\.togglore
config.ini
,config
,configfile
,config.cfg
inside of the togglore folder (where init.py is)But it throws me this error independently of what I do:
The text was updated successfully, but these errors were encountered: