Fixed wrong string format

This commit is contained in:
Kevin Fronczak
2018-10-30 19:58:13 -04:00
parent 07e3549306
commit 132df9e8c4
+1 -1
View File
@@ -147,7 +147,7 @@ class Blink():
_LOGGER.warning(("More than one onboarded network. "
"Platform may not work as intended. "
"If you experience problems, please "
"open an issue on {}".format(PROJECT_URL)))
"open an issue on %s"), PROJECT_URL)
def refresh(self, force_cache=False):
"""