Skip to content

Commit 425ad8e

Browse files
committed
Remove unnecessary new line
1 parent e4b7ea6 commit 425ad8e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nxc/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ def try_credentials(self, domain, username, owned, secret, cred_type, data=None)
482482
value = jitter[0] if jitter[0] == jitter[1] else random.choice(range(jitter[0], jitter[1]))
483483
self.logger.debug(f"Throttle authentications: sleeping {value} second(s)")
484484
sleep(value)
485-
486485

487486
with sem:
488487
if cred_type == "plaintext":

0 commit comments

Comments
 (0)