-
Notifications
You must be signed in to change notification settings - Fork 100
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
Update secc interface and simulator #17
Conversation
…override them in the simulator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check it plz
Together with @tropxy we decided to just remove the create method from the simulator.py and interface.py. |
iso15118/secc/secc_settings.py
Outdated
@@ -50,10 +49,6 @@ def load_envs(self, env_path: Optional[str] = None) -> None: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we shall also remove the redis host and port settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet!
a small PR for this two files before I open a bigger one to align with Shalin's latest changes.