Skip to content

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