Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
DEMON1A committed Aug 15, 2022
1 parent ad506e4 commit de0d09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(self):
def createuser(self, serverConfig):
from utils.dbConnections import appendData, getdbname, search
from utils.showMessage import showGood, askForInput , coloredMessage, showError
from config.db import __DEFAULT_DB_NAME__, __DEFAULT_DB_TABLE__
from config.db import __DEFAULT_DB_NAME__, __DEFAULT_DB_TABLE__, __DEFAULT_DB_CONFIG__

from getpass import getpass
from hashlib import sha256
Expand Down

0 comments on commit de0d09a

Please sign in to comment.