From e3f894330dafdbe7ab1d1e958cf0d0f3da1d1a40 Mon Sep 17 00:00:00 2001 From: spiral Date: Wed, 10 Nov 2021 00:44:54 -0500 Subject: [PATCH] fix formatting --- manage/cmd/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/cmd/users.py b/manage/cmd/users.py index 48717a0..e54ee87 100644 --- a/manage/cmd/users.py +++ b/manage/cmd/users.py @@ -98,7 +98,7 @@ async def set_max_concurrency(ctx, args): """Update the `max_concurrency` for a bot. This can only be set for bot accounts! """ - + if int(args.max_concurrency) < 1: return print("max_concurrency must be >0")