mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-19 13:00:00 -07:00
minor fix
This commit is contained in:
parent
3b3ee1314e
commit
724cfecb5a
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ def main():
|
||||||
thread.setDaemon(True)
|
thread.setDaemon(True)
|
||||||
thread.start()
|
thread.start()
|
||||||
|
|
||||||
print(color('[+]', 2, 1) + " Listening for events...")
|
print(color('\n[+]', 2, 1) + " Listening for events...\n")
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue