Ran black on branc
This commit is contained in:
parent
6effb6f456
commit
4ea6209123
230 changed files with 7108 additions and 2395 deletions
|
|
@ -333,7 +333,10 @@ class DummyClient(telnet.StatefulTelnetProtocol):
|
|||
# get the login commands
|
||||
self._cmdlist = list(makeiter(self._login(self)))
|
||||
NLOGGED_IN += 1 # this is for book-keeping
|
||||
print("connecting client %s (%i/%i)..." % (self.key, NLOGGED_IN, NCLIENTS))
|
||||
print(
|
||||
"connecting client %s (%i/%i)..."
|
||||
% (self.key, NLOGGED_IN, NCLIENTS)
|
||||
)
|
||||
self._loggedin = True
|
||||
else:
|
||||
# no login yet, so cmdlist not yet set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue