changed to path type

This commit is contained in:
Thephaseless 2024-07-24 20:41:57 +00:00
parent fc0ceec83d
commit 7fbe1ecb9c

View File

@ -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")