Skip to content

Commit ed3ab73

Browse files
committed
Fixed a typo in 'src/networking/pcftp.py'.
1 parent a7393e2 commit ed3ab73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/networking/pcftp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def get_ipdetails (self, printipdetails=False):
215215
ipaddr = re.findall((
216216
'[iI][pP][vV][4][ ][aA][dD][dD][rR][eE][sS][sS][^0-9]*'
217217
+ '([0-9][0-9.]+)[^0-9.]*'
218-
), cresult)
218+
), cresults)
219219

220220
if (len(ipaddr) > 0):
221221
result = str(ipaddr[0])

0 commit comments

Comments
 (0)