stuff is working again
This commit is contained in:
@ -40,3 +40,6 @@ class Config:
|
||||
STANDARD_IMG_SIZE = tuple(
|
||||
map(int, os.getenv('STANDARD_IMG_SIZE', '300x200').split('x'))
|
||||
)
|
||||
|
||||
PLANT_CARDS_BASE_URL = "https://plant.cards"
|
||||
ALLOW_REGISTRATION = False
|
||||
|
Reference in New Issue
Block a user