From e03b4ce473dde2a0b5b20c14c574215b7c8dc4e5 Mon Sep 17 00:00:00 2001 From: vSpaike <153102900+vSpaike@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:29:56 +0100 Subject: [PATCH] if main app.py client --- client/main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/main.py b/client/main.py index 7410200..1ab4f73 100644 --- a/client/main.py +++ b/client/main.py @@ -20,4 +20,7 @@ def attaque(): GET / HTTP/1.1 Host: example.com -''' \ No newline at end of file +''' + +if __name__=="__main__": + attaque()