diff --git a/daemon.py b/daemon.py index 0a5e7fb..982de95 100644 --- a/daemon.py +++ b/daemon.py @@ -44,7 +44,7 @@ cnt += 1 else: if cnt>1: - print("Warning: more than one users matched {}".format(studnum)) + print("Warning: more than one user matched {}".format(studnum)) if cnt>0: passed = True status = AuthStatus.SUCCESS