From 3faa1214c5112c3ac89f3541026fd643929c8d37 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sun, 22 Sep 2024 14:28:39 +0200 Subject: [PATCH] on what? --- release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.py b/release.py index 948a591..d965fc5 100755 --- a/release.py +++ b/release.py @@ -130,7 +130,7 @@ def hash_file(filepath: str) -> str: def main(): channel = input('Channel? ({}) '.format(', '.join(list_channels()))) - if not channel_exists(channel): + if channel == '' or not channel_exists(channel): print(f"Channel {channel} doesn't exist") return