Skip to content

Commit 4faa6e7

Browse files
author
Alan@int3ll3ct
committed
Attempting to resolve issue #20. Works in Linux, need to test on Windows next.
1 parent 07032a9 commit 4faa6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freshroastsr700/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def _auto_connect(self):
447447
"""Attempts to connect to the roaster every quarter of a second."""
448448
while(self._cont.value):
449449
try:
450-
self.connect()
450+
self._connect()
451451
self._connected.value = 1
452452
break
453453
except exceptions.RoasterLookupError:

0 commit comments

Comments
 (0)