Meta-Mystery

This commit is contained in:
Fabian Dill
2020-02-18 09:14:31 +01:00
parent f66467c2f5
commit 0220575c50
5 changed files with 122 additions and 47 deletions

View File

@@ -448,7 +448,7 @@ async def process_client_cmd(ctx: Context, client: Client, cmd, args):
def set_password(ctx : Context, password):
ctx.password = password
logging.warning('Password set to ' + password if password is not None else 'Password disabled')
logging.warning('Password set to ' + password if password else 'Password disabled')
async def console(ctx : Context):
while True: