Code cleaned using Pylint, fixes various minor bugs too.
This commit is contained in:
@@ -25,6 +25,6 @@ No rights management.
|
||||
|
||||
"""
|
||||
|
||||
def has_right(user, password):
|
||||
def has_right(*_):
|
||||
"""Check if ``user``/``password`` couple is valid."""
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user