mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Appease the linter
This commit is contained in:
parent
a2b711b5ac
commit
e12814d0b0
@ -57,7 +57,7 @@ class MainPrompt(cmd.Cmd):
|
||||
try:
|
||||
username = str(line).lower()
|
||||
user_id = self.controller.users.get_id_by_name(username)
|
||||
except Exception as e:
|
||||
except:
|
||||
Console.error(f"User: {line} Not Found")
|
||||
return False
|
||||
new_pass = getpass.getpass(prompt=f"NEW password for: {username} > ")
|
||||
|
Loading…
Reference in New Issue
Block a user