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

Use Proxy settings, able to ignore emailing #29

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

andyman410
Copy link

Hi, I slightly changed the script and the config file.

  • Config File now has a section [proxy] with an option http_proxy
  • Script reads in http_proxy from config (if defined) and passes it to the keyword argument of Shotgun class' init
  • emails is not simply set to True, but extended the signature of Plugin's init to contain a defaulted keyword arg and pass it through.
  • getSMTPServer method now checks if the section has options (so that you don't need to set-up e-mail to test out the script

Some other minor changes made, hope this makes sense to you guys as well.

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