From 6bea7bdfb17c888643fe471c330d11814ffdfca5 Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 15 Nov 2024 21:15:49 -0800 Subject: [PATCH] Update cc/hug --- cc/hug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/hug b/cc/hug index f0dc17a..06804d2 100644 --- a/cc/hug +++ b/cc/hug @@ -1,4 +1,4 @@ from random import choice from sys import argv -lene = len(sys.argv) +lene = len(argv) print("\x01ACTION gives a hug to {argv[1] if len > 3 else argv[3:]}") \ No newline at end of file