function name snake case

This commit is contained in:
Roelof Ruis 2021-08-23 15:08:47 +02:00
parent 2e2aa21bba
commit 5b280dcb81
2 changed files with 2 additions and 2 deletions

View File

@ -817,4 +817,4 @@ def detectFace(img_path, detector_backend = 'opencv', enforce_detection = True,
#---------------------------
#main
functions.initializeFolder()
functions.initialize_folder()

View File

@ -43,7 +43,7 @@ def initialize_input(img1_path, img2_path = None):
return img_list, bulkProcess
def initializeFolder():
def initialize_folder():
home = str(Path.home())