mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
changed to path type
This commit is contained in:
parent
fc0ceec83d
commit
7fbe1ecb9c
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user