mirror of
https://github.com/aljazceru/Image-Quote-Generator.git
synced 2025-12-18 22:44:27 +01:00
tests
This commit is contained in:
4
main.py
4
main.py
@@ -3,9 +3,9 @@ import post_handler
|
||||
import helper
|
||||
|
||||
# Available topics: christian, fitness
|
||||
TOPIC = "christian"
|
||||
TOPIC = "fitness"
|
||||
SHOW_AUTHOR = False
|
||||
CUSTOMER_NAME = "test6"
|
||||
CUSTOMER_NAME = "ferAuthor"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user