Merge pull request #449 from Spitfireap/fixed-import-typo

fixed constants import
This commit is contained in:
Antoine Nguyen
2022-11-03 15:34:48 +01:00
committed by GitHub

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):