We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f125e51 commit ab0b5dcCopy full SHA for ab0b5dc
1 file changed
config.py
@@ -17,7 +17,7 @@ class Config:
17
PDF_FOLDER_PATH = os.environ.get('PDF_FOLDER_PATH') or os.path.join(basedir, 'pdf')
18
19
# Questions per page
20
- QUESTIONS_PER_PAGE = int(os.environ.get('QUESTIONS_PER_PAGE')) or 10
+ QUESTIONS_PER_PAGE = int(os.environ.get('QUESTIONS_PER_PAGE') or 10)
21
22
# Twilio Verify
23
TWILIO_ACCOUNT_SID = os.environ.get('TWILIO_ACCOUNT_SID')
0 commit comments