Skip to content

Commit dab3551

Browse files
author
brentru
committed
fix indentation for lintin
1 parent 4030144 commit dab3551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_wiznet5k/adafruit_wiznet5k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def socket_connect(self, socket_num, dest, port, conn_mode=SNMR_TCP):
493493
"""
494494
assert self.link_status, "Ethernet cable disconnected!"
495495
if self._debug:
496-
print("* w5k socket connect, protocol={}, port={}, ip={}".format(conn_mode, port,
496+
print("* w5k socket connect, protocol={}, port={}, ip={}".format(conn_mode, port,
497497
self.pretty_ip(dest)))
498498
# initialize a socket and set the mode
499499
res = self.socket_open(socket_num, conn_mode=conn_mode)

0 commit comments

Comments
 (0)