Set Default for test channel to false
This commit is contained in:
@@ -1182,7 +1182,7 @@ def main():
|
|||||||
parser.add_argument("--log-level", type=str, default="INFO", help="Logging level")
|
parser.add_argument("--log-level", type=str, default="INFO", help="Logging level")
|
||||||
parser.add_argument("--selftest-gitea", action="store_true",
|
parser.add_argument("--selftest-gitea", action="store_true",
|
||||||
help="Run built-in Gitea parser selftest using the embedded sample Atom (no network, no send)")
|
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()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user