add an option to do all the quotes in the file

This commit is contained in:
Samuel Lazareanu
2023-04-19 18:17:32 +03:00
parent 0af45bc19b
commit 18b2c1784c
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ project_dir = os.getcwd().replace("\\", "/")
TOPIC = "christian"
# Define the paths and values to everything
# If number of posts if set to -1, it will so as many posts as in the data file
number_of_posts = 81
images_folder = f"{project_dir}/sources/images/{TOPIC}"
images_folder_cropped = f"{images_folder}/cropped"