remove emojis from console

This commit is contained in:
Dobromir Popov
2025-10-25 16:35:08 +03:00
parent 5aa4925cff
commit b8f54e61fa
75 changed files with 828 additions and 828 deletions

View File

@@ -148,7 +148,7 @@ async def main():
print("🎉 All tests passed! COBY system should work correctly.")
return 0
else:
print(" Some tests failed. Please check the issues above.")
print(" Some tests failed. Please check the issues above.")
return 1
if __name__ == "__main__":