diff --git a/domain-check.py b/domain-check.py index 1d67347..28319fe 100755 --- a/domain-check.py +++ b/domain-check.py @@ -2,6 +2,7 @@ # -*- encoding: UTF8 -*- # author: InterNetworX, info →AT→ inwx.de +# author: Pascal Gollor (https://gitbucket.pgollor.de) ############################################################################# ###### This is an example of how to use the inwx class ####### @@ -10,6 +11,7 @@ from inwx.configuration import get_account_data import sys + def main(domain): api_url, username, password, shared_secret = get_account_data(True, config_file='./conf.cfg', config_section="ote") inwx_conn = domrobot(api_url, False)