Show More
@@ -27,7 +27,6 b' class sshserver(object):' | |||||
27 | def getargs(self, args): |
|
27 | def getargs(self, args): | |
28 | data = {} |
|
28 | data = {} | |
29 | keys = args.split() |
|
29 | keys = args.split() | |
30 | count = len(keys) |
|
|||
31 | for n in xrange(len(keys)): |
|
30 | for n in xrange(len(keys)): | |
32 | argline = self.fin.readline()[:-1] |
|
31 | argline = self.fin.readline()[:-1] | |
33 | arg, l = argline.split() |
|
32 | arg, l = argline.split() |
General Comments 0
You need to be logged in to leave comments.
Login now