Added client example

This commit is contained in:
John W Kerns 2018-01-15 14:18:16 -08:00 committed by GitHub
parent aa323c4109
commit 2e33d9d899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -273,7 +273,11 @@ class CheckMyIP_Client:
else:
raise Exception("Allowed families are 'auto', 'ipv4', 'ipv6'")
### CheckMyIP_Client Example Usage ###
#client = CheckMyIP_Client()
#client.get()
if __name__ == "__main__":
logging = log_management() # Instantiate log class
start() # Start the server
start() # Start the server