Skip to content
Snippets Groups Projects
Verified Commit 7d9d486e authored by Mark's avatar Mark
Browse files

Add missing parentithesis

parent 2b74e3c0
No related branches found
No related tags found
1 merge request!5Service Integration
Pipeline #987 failed
......@@ -44,7 +44,7 @@ class User(UserMixin):
verifyPassword(
username: {0},
password: {1})
}'''.format(self.username, password)
}}'''.format(self.username, password)
result = json.loads(graphql_client.execute(querystring))
verified = False
if "data" in result:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment