jupiter-faq-bot / config.py
thecoderhere's picture
Upload 23 files
5221213 verified
raw
history blame contribute delete
72 Bytes
class Config:
SECRET_KEY = 'your-secret-key-here'
DEBUG = True