fix login not working after registration
This commit was merged in pull request #57.
This commit is contained in:
@@ -62,7 +62,8 @@ class DatabaseService:
|
||||
password=self._database_config.db_password,
|
||||
db=self._database_config.db_name,
|
||||
minsize=1,
|
||||
maxsize=40
|
||||
maxsize=40,
|
||||
autocommit=True
|
||||
)
|
||||
except aiomysql.OperationalError:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user