re-implement pending_confirmation
This commit is contained in:
@@ -3,5 +3,5 @@ import pathlib
|
||||
|
||||
# Constants
|
||||
ALLOWED_DIRECTORIES = [
|
||||
str(pathlib.Path(os.path.expanduser("~/")).resolve())
|
||||
str(pathlib.Path(os.path.expanduser("~/tmp")).resolve())
|
||||
] # 👈 Replace with your paths
|
||||
Reference in New Issue
Block a user