This commit is contained in:
Samuel Lazareanu
2023-06-03 00:00:11 +03:00
parent 3d6a0e89ab
commit 7142f25c13
1213 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import helper
# Available topics: christian, fitness
TOPIC = "christian"
SHOW_AUTHOR = False
CUSTOMER_NAME = "EverythinGod_dimmedLogo"
CUSTOMER_NAME = "becomenew"
NUM_OF_POSTS = -1 # If number of posts if set to -1, it will so as many posts as in the data file
# Define the paths and values to everything
@@ -18,7 +18,7 @@ quote_font = f"{project_dir}/sources/fonts/MouldyCheeseRegular-WyMWG.ttf"
# quote_font = f"{project_dir}/sources/fonts/Bebas-KM7y.ttf" # Fitness
author_font = f"{project_dir}/sources/fonts/MangabeyRegular-rgqVO.otf"
output_folder = f"{project_dir}/customers/{TOPIC}"
logo_file = f"{project_dir}/sources/logo.png"
logo_file = f"{project_dir}/sources/becomenew.png"
if __name__ == "__main__":