Skip to content

Commit 1d03c9d

Browse files
committed
Public Chat Groups Now Live!!
1 parent 73e2478 commit 1d03c9d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

PublicChats.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,5 @@ def task2():
4848

4949
t1 = KThread(target=task1)
5050
t1.start()
51-
# print("here")
5251
task2()
53-
# print("here1")
54-
# print("here")
5552
t1.kill()
56-
# t2.start()
57-
# t2.join()
58-
# print(t1.is_alive())

0 commit comments

Comments
 (0)