Add rotating light emoji upon errors
This commit is contained in:
parent
68fc254d88
commit
0d2dd03691
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ else:
|
|||
else:
|
||||
print(f"Checked from {start_number} up to {number}")
|
||||
if messages:
|
||||
print("Errors:")
|
||||
print("🚨 Errors: 🚨")
|
||||
print("\n".join(messages))
|
||||
else:
|
||||
print("No errors! 🎉")
|
||||
|
|
Loading…
Reference in a new issue