diff --git a/src/utils/consts.py b/src/utils/consts.py index f222974..2262b81 100644 --- a/src/utils/consts.py +++ b/src/utils/consts.py @@ -1,3 +1,5 @@ +from pathlib import Path + CHALLENGE_TITLES = [ # Cloudflare "Just a moment...", @@ -12,4 +14,4 @@ EXTENTION_REPOSITIORIES = [ SLEEP_SECONDS = 1 -EXTENTIONS_PATH = "./.extentions" +EXTENTIONS_PATH = Path(".extentions")