Update run.py

This commit is contained in:
Fline 2024-04-11 15:16:49 +02:00 committed by GitHub
parent eb6110e14f
commit cc2e07416f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
run.py
View File

@ -127,7 +127,7 @@ def main():
# If no media find
else:
console.print("[red]Cant find a single element")
console.print("[red]Can't find a single element")
# End
console.print("\n[red]Done")
@ -166,7 +166,7 @@ def main_switch():
# If no media find
else:
console.print("[red]Cant find a single element")
console.print("[red]Can't find a single element")
if __name__ == '__main__':