Set Default for test channel to false

This commit is contained in:
2025-11-02 11:15:05 +00:00
parent 16834e12a0
commit c32e7f636f

View File

@@ -1182,7 +1182,7 @@ def main():
parser.add_argument("--log-level", type=str, default="INFO", help="Logging level")
parser.add_argument("--selftest-gitea", action="store_true",
help="Run built-in Gitea parser selftest using the embedded sample Atom (no network, no send)")
parser.add_argument("--test-channel",action="store_false",help="Switch all the channels to post in brians test channel")
parser.add_argument("--test-channel",action="store_true",help="Switch all the channels to post in brians test channel")
args = parser.parse_args()