From c3d59db82c342db2fb003b2ec3162140165f40fd Mon Sep 17 00:00:00 2001 From: nebula Date: Mon, 21 Apr 2025 04:58:58 +0000 Subject: [PATCH] lovely typo --- bink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bink.py b/bink.py index fda1e9e..8806d36 100755 --- a/bink.py +++ b/bink.py @@ -56,7 +56,7 @@ elif argv[-1] == "dump": with open("/dev/stdout", "w") as f: json.dump(generate_feed(), f) exit() -elif argv[-1] == "dump": +elif argv[-1] == "pipe": try: with open("/dev/stdin", "r", encoding="UTF-8") as f: body = f.read().strip()