remove emojis from console
This commit is contained in:
@@ -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__":
|
||||
|
||||
Reference in New Issue
Block a user