Fixed remaining issues so the login process works.
This commit is contained in:
parent
c0b5c506a4
commit
45706f598a
5 changed files with 17 additions and 11 deletions
2
ev.py
2
ev.py
|
|
@ -119,7 +119,7 @@ from src.help.models import HelpEntry
|
|||
from src.typeclasses.models import Attribute
|
||||
# players
|
||||
from src.players.player import Player
|
||||
from src.players.models import PlayerDB, PlayerNick
|
||||
from src.players.models import PlayerDB
|
||||
|
||||
# commands
|
||||
from src.commands.command import Command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue