From 8f75f600e886a490566312d51001d39cb013c1d9 Mon Sep 17 00:00:00 2001 From: zarazaex59 Date: Mon, 6 Apr 2026 23:17:46 +0300 Subject: [PATCH] fix(invicible): Update test payload and fix newline at EOF --- code/invicible.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/invicible.py b/code/invicible.py index af509c2..4e04c0e 100755 --- a/code/invicible.py +++ b/code/invicible.py @@ -498,7 +498,7 @@ async def run(): receiver_conn = get_connection_info("QR_Receiver") print("[1/4] Generating payloads...") - text_data = "привет как деееееееееееееееееееееееела".encode('utf-8') + text_data = "do you want to pet my pu... cat".encode('utf-8') video_data = os.urandom(2048) print(f"-> Text payload: {len(text_data)} bytes") @@ -589,4 +589,4 @@ if __name__ == "__main__": try: asyncio.run(run()) except KeyboardInterrupt: - pass \ No newline at end of file + pass