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 ConfigParser on py3, fix port/dbid not being cast #1

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

Conversation

adamlwgriffiths
Copy link

Fixes a few issues in ddns.tac.
I used this as a base for spawning the application and noticed some issues.

  • ConfigParser module is lowercase in Py3. Used six to support both.
  • application doesnt exist and should be _application
  • config values must be cast to int (as is done in ddns_plugin.py) or an error results

I added six to Pipfile, but not Pipfile.lock as I don't use these format files.

Use six to import ConfigParser (it's lowercase in py3).
Fix incorrect variable usage, should be _application.
Fix redis config not being cast to ints like in ddns_plugin.py.
@adamlwgriffiths
Copy link
Author

Just noticed some of these are in your feature branches.
Still helpful to have them in master.

Can I ask what the intention of the mehr module is?

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.

1 participant