Github Mirror / telegraf-plugins: b1245b1c




Got some API creds, disable mocks

Got some API creds, disable mocks

Commit b1245b1c.

Authored 2023-05-15T08:49:06.000+01:00 by B Tasker in project Github Mirror / telegraf-plugins

+1 lines -1 lines

Commit Signature

Changes

diff --git a/soliscloud/soliscloud.py b/soliscloud/soliscloud.py
--- a/soliscloud/soliscloud.py
+++ b/soliscloud/soliscloud.py
# @@ -570,7 +570,7 @@ if __name__ == "__main__":
# # TODO: This should eventually be false
# # but having mock responses is the only way to proceed until I've got
# # API access
# - MOCK = True
# + MOCK = False
# config = configFromEnv()
# soliscloud = SolisCloud(config, debug=DEBUG, mock=MOCK)
#
#