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

Issue with weather #31

Closed
luigir-it opened this issue Nov 26, 2022 · 1 comment
Closed

Issue with weather #31

luigir-it opened this issue Nov 26, 2022 · 1 comment

Comments

@luigir-it
Copy link

calcure.configuration doesn't have a MSG_WEATHER attribute, so the app fails to launch.

Traceback (most recent call last): File "/home/luigi/.local/bin/calcure", line 8, in <module> sys.exit(cli()) File "/home/luigi/.local/lib/python3.10/site-packages/calcure/__main__.py", line 1029, in cli curses.wrapper(main) File "/usr/lib/python3.10/curses/__init__.py", line 94, in wrapper return func(stdscr, *args, **kwds) File "/home/luigi/.local/lib/python3.10/site-packages/calcure/__main__.py", line 918, in main print(cf.MSG_WEATHER) AttributeError: 'Config' object has no attribute 'MSG_WEATHER'. Did you mean: 'SHOW_WEATHER'?

@anufrievroman
Copy link
Owner

Thank you for reporting! I just fixed this in version 2.5.4. Please update pip install calcure --upgrade.

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

No branches or pull requests

2 participants