diff options
Diffstat (limited to 'server/user.py')
| -rw-r--r-- | server/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/user.py b/server/user.py index 2909c16..f6800f9 100644 --- a/server/user.py +++ b/server/user.py @@ -35,7 +35,7 @@ class User: class UserHandler: - def __init__(self,root): + def __init__(self, root): self.root = root def get_user_list(self): |
