minor fix

This commit is contained in:
lgandx
2021-03-26 00:10:14 -03:00
parent 3b3ee1314e
commit 724cfecb5a

View File

@@ -328,7 +328,7 @@ def main():
thread.setDaemon(True)
thread.start()
print(color('[+]', 2, 1) + " Listening for events...")
print(color('\n[+]', 2, 1) + " Listening for events...\n")
while True:
time.sleep(1)