Ran black on branc

This commit is contained in:
Griatch 2019-12-16 20:31:42 +01:00
parent 6effb6f456
commit 4ea6209123
230 changed files with 7108 additions and 2395 deletions

View file

@ -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