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

State paramter not found #7

Closed
mklomp opened this issue Sep 4, 2017 · 1 comment
Closed

State paramter not found #7

mklomp opened this issue Sep 4, 2017 · 1 comment
Assignees

Comments

@mklomp
Copy link

mklomp commented Sep 4, 2017

The app does not reognize the state's parameter when you create it without a whitespace:

def __init__(self,target_time):

While it does recognize it when the whitespace is added:

def __init__(self, target_time):

@pschillinger pschillinger self-assigned this Sep 30, 2017
@pschillinger
Copy link
Member

Indeed, thank you for pointing this out. Will be fixed soon.

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