Skip to content
New issue

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

fix: traffic widget walidation error caused my improper indentation #135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aleckslu
Copy link

@aleckslu aleckslu commented Mar 19, 2024

Pull Request #113

Description

When you first run the script with python src/main.py, you get an error:

The config file 'C:\Users\me\.yasb\config.yaml' contains validation errors. Please fix:
widgets:
- traffic:
  - null value not allowed

This is caused by two missing indents for the traffic object in config.yaml.

Also removed extra indents in the wifi config to keep its formatting consistent with the rest of the config.

Related Issue

#113

Testing

run python src/main.py and it runs without issue :)

Signed-off-by: aleckslu <alecks.lu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant