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

NameError: name 'Frequency' is not defined #39

Closed
nicolas-r opened this issue Dec 19, 2021 · 1 comment
Closed

NameError: name 'Frequency' is not defined #39

nicolas-r opened this issue Dec 19, 2021 · 1 comment

Comments

@nicolas-r
Copy link

Hello

When trying to use the sample code, I get

Traceback (most recent call last):
File "C:\Users\nicol\Documents\dev\grdf\grdf-import.py", line 7, in
meterReadingFrequency=Frequency.DAILY,
NameError: name 'Frequency' is not defined

If I addthe line below, the error is gone
from pygazpar.enum import Frequency

Nicolas

@ssenart
Copy link
Owner

ssenart commented Jan 8, 2022

Fixed in 1.1.2

@ssenart ssenart closed this as completed Jan 8, 2022
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