Remove dependency on the ws module.
Deleted the entire `ws` library and its associated files. This likely reflects a move away from the WebSocket library, possibly signaling an alternate implementation or unused/legacy code cleanup.
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
i = 0;
|
||||
while True:
|
||||
i += 1
|
||||
print(i)
|
||||
Reference in New Issue
Block a user