fixed constants import

This commit is contained in:
Spitap
2022-11-03 15:00:07 +01:00
parent 754d652fc2
commit b0b01465d9

View File

@@ -1,7 +1,7 @@
import random import random
import string import string
from constants import DEFAULT_BACKUP_DIRECTORY from .constants import DEFAULT_BACKUP_DIRECTORY
def make_password(length=16): def make_password(length=16):