Skip to content

Commit 132df9e

Browse files
committed
Fixed wrong string format
1 parent 07e3549 commit 132df9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blinkpy/blinkpy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def get_ids(self):
147147
_LOGGER.warning(("More than one onboarded network. "
148148
"Platform may not work as intended. "
149149
"If you experience problems, please "
150-
"open an issue on {}".format(PROJECT_URL)))
150+
"open an issue on %s"), PROJECT_URL)
151151

152152
def refresh(self, force_cache=False):
153153
"""

0 commit comments

Comments
 (0)