summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/FreeWayMe.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/FreeWayMe.py')
-rw-r--r--module/plugins/accounts/FreeWayMe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/FreeWayMe.py b/module/plugins/accounts/FreeWayMe.py
index 5a1f75bf6..b9a0acea7 100644
--- a/module/plugins/accounts/FreeWayMe.py
+++ b/module/plugins/accounts/FreeWayMe.py
@@ -35,7 +35,7 @@ class FreeWayMe(Account):
def login(self, user, data, req):
status = self.getAccountStatus(user, req)
- # Check if user and password are valid
+ #: Check if user and password are valid
if not status:
self.wrongPassword()