8000 Update ssh_client.py · jstacoder/flask-ide@09b4042 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09b4042

Browse files
committed
Update ssh_client.py
1 parent e9ecd12 commit 09b4042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_ide/fileviewer/ssh_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def main():
316316
else:
317317
dirname = None
318318

319-
conn = login('root','1414WP8888!!','174.140.227.137')
319+
320320
sftp = get_sftp(conn)
321321
rtn = map(lambda x: os.path.join(dirname or '',x),sftp.listdir() if dirname is None else sftp.listdir(dirname))
322322
return '\n'.join(map(str,map(lambda x: check_type(conn,x),map(lambda x: dir_name(x,conn),rtn))))

0 commit comments

Comments
 (0)
0